StateLode for Claude Desktop
dev.statelode/statelode
Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install StateLode in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"statelode": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.statelode.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs