Skip to content
Cursor

Rules MCP for Cursor

io.github.akr1166/rules-mcp

MCP for rules/skills/knowledge evaluation for Cursor, Claude, VS Code, and Antigravity.

client:Cursor transport:stdio runtime:npm

Install Rules MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rules-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@akr1166org/rules-mcp"
      ],
      "env": {
        "LOG_LEVEL": "<LOG_LEVEL>",
        "SKILLS_PATH": "<SKILLS_PATH>",
        "KNOWLEDGE_PATH": "<KNOWLEDGE_PATH>",
        "PROFILES_PATH": "<PROFILES_PATH>",
        "PROFILE": "<PROFILE>",
        "RULES_PATH": "<RULES_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Rules MCP in other clients