limps for Grok
io.github.paulbreuler/limps
MCP planning server for AI agents — plan management, full-text search, and task lifecycle
client:Grok
transport:stdio
runtime:npm
Install limps in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"limps": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sudosandwich/limps"
]
}
}
}
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