Rules MCP for Grok
io.github.akr1166/rules-mcp
MCP for rules/skills/knowledge evaluation for Cursor, Claude, VS Code, and Antigravity.
client:Grok
transport:stdio
runtime:npm
Install Rules MCP in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs