EU

Eunomia

Created 6 months ago

Eunomia MCP Server is an open-source data governance solution for LLM-based applications with MCP integration.

development documentation public data governance MCP

What is Eunomia?

Extension of the Eunomia framework that connects Eunomia instruments with MCP servers

Documentation

Overview

Eunomia MCP Server is an extension of the Eunomia framework that connects Eunomia instruments with MCP servers. It provides a simple way to orchestrate data governance policies (like PII detection or user access control) and seamlessly integrate them with external server processes in the MCP ecosystem.

Get Started# Installation

git clone https://github.com/whataboutyou-ai/eunomia-mcp-server.git

Basic Usage

Eunomia MCP Server uses the same "instrument" concept as Eunomia. By defining your set of instruments in an Orchestra, you can apply data governance policies to text streams that flow through your MCP-based servers.

Running the Server

Once your settings are defined, you can run the MCP Orchestra server by pointing uv to the directory containing your server code.

Further Reading

For more detailed usage, advanced configuration, and additional instruments, check out the following resources:

Server Config

{
  "mcpServers": {
    "eunomia-server": {
      "command": "npx",
      "args": [
        "eunomia"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: What About You team
Category: community
License: Open Source
Tags:
development documentation public