Skip to content
Cline

Rules MCP for Cline

io.github.akr1166/rules-mcp

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

client:Cline transport:stdio runtime:npm

Install Rules MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Rules MCP in other clients