Skip to content
Windsurf

Rules MCP for Windsurf

io.github.akr1166/rules-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Rules MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "rules-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Rules MCP in other clients