StateLode for Grok
dev.statelode/statelode
Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.
client:Grok
transport:streamable-http
runtime:npm
Install StateLode in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"statelode": {
"type": "http",
"url": "https://api.statelode.dev/mcp"
}
}
}
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