Catalog
dev.statelode/statelode
OfficialStateLode
Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.
Shared task management layer for AI coding agents with search and mutation tools.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
STATELODE_TOKENrequiredsecretStateLode workspace bearer token. Mint at app.statelode.dev.
claude_desktop_config.json
{
"mcpServers": {
"statelode": {
"command": "npx",
"args": [
"-y",
"statelode-bridge@0.1.1"
],
"env": {
"STATELODE_TOKEN": "<YOUR_STATELODE_TOKEN>"
}
}
}
}