Skip to content

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.

  1. Sign in at app.glia.dev.
  2. Create or select a workspace.
  3. Mint an agent token and store it outside git.
  4. Connect your IDE using the install guide for that agent.
  5. Ask the agent to call task_search for your project.

Use direct HTTP MCP when the IDE supports remote MCP. Use glia-bridge when the agent only speaks stdio.

AgentTransportGuide
CursorHTTP MCPInstall Cursor
Claude CodeHTTP MCPInstall Claude Code
Codexstdio through bridgeInstall Codex
Windsurfstdio through bridgeInstall Windsurf
Antigravitystdio through bridgeInstall Antigravity

Bridge topology: a stdio agent panel sends a cyan signal through a bridge junction into a hosted MCP endpoint.

StateLode intentionally exposes only three tools:

  • task_search
  • task_get
  • task_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.