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
{
"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