StateLode for Cursor
dev.statelode/statelode
Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.
client:Cursor
transport:streamable-http
runtime:npm
Install StateLode in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"statelode": {
"url": "https://api.statelode.dev/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs