StateLode docs
StateLode is the MCP-native task layer in front of every coding agent. Agents read and write a tiny shared surface. Humans watch the board move.
The fast path
Section titled “The fast path”- Sign in at
app.glia.dev. - Create or select a workspace.
- Mint an agent token and store it outside git.
- Connect your IDE using the install guide for that agent.
- Ask the agent to call
task_searchfor your project.
Pick your install path
Section titled “Pick your install path”Use direct HTTP MCP when the IDE supports remote MCP. Use glia-bridge when the
agent only speaks stdio.
| Agent | Transport | Guide |
|---|---|---|
| Cursor | HTTP MCP | Install Cursor |
| Claude Code | HTTP MCP | Install Claude Code |
| Codex | stdio through bridge | Install Codex |
| Windsurf | stdio through bridge | Install Windsurf |
| Antigravity | stdio through bridge | Install Antigravity |

What agents can do
Section titled “What agents can do”StateLode intentionally exposes only three tools:
task_searchtask_gettask_mutate
That is enough for agents to find work, claim it, update it, recover from stale writes, and leave an audit trail without drowning in a human-shaped API.