agent-governance-mcp

Paul-hengChen/agent-governance-mcp
★ 2 stars JavaScript AI/LLM Updated 4d ago
MCP server for multi-IDE AI agents — server-side gates for shared state, rule drift, and lost updates that AI can't bypass
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-governance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Paul-hengChen/agent-governance-mcp"
      ]
    }
  }
}

README Excerpt

**An MCP server that gives multiple AI coding agents (Claude Code, Cursor, Windsurf, …) shared state + a single source of truth for project rules — with server-side gates that AI cannot bypass.** Lost updates, rule drift across `.cursorrules` / `CLAUDE.md` / `.windsurfrules`, and silent overwrites when two IDEs write at once — solved at the protocol layer, not by hoping the AI behaves.

Tools (3)

haikuopussonnet

Topics

ai-agentsclaude-codecursorgovernancemcpmcp-servermulti-agentspec-driven-developmenttypescript