Loading MCP server directory, please wait...
Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.
npx @getmcp/cli add dev.statelode/statelodeRequires Node.js 18+. Community-contributed server. Review source before installing.
STATELODE_TOKENStateLode workspace bearer token. Mint at app.statelode.dev.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.statelode/statelode": {
"command": "npx",
"args": [
"-y",
"statelode-bridge"
],
"env": {
"STATELODE_TOKEN": ""
}
}
}
}