# Glia Glia is a hosted, MCP-native shared task/state layer for AI coding agents. The primary user is the LLM. Humans use the dashboard to supervise. ## Canonical URLs - Landing: https://glia.dev/ - Docs: https://glia.dev/docs/ - Install Cursor: https://glia.dev/docs/install/cursor/ - Install Claude Code: https://glia.dev/docs/install/claude-code/ - Install Codex: https://glia.dev/docs/install/codex/ - Install Windsurf: https://glia.dev/docs/install/windsurf/ - Install Antigravity: https://glia.dev/docs/install/antigravity/ - Bridge: https://glia.dev/docs/install/bridge/ - MCP tools: https://glia.dev/docs/concepts/tools/ ## Product contract Glia exposes three MCP tools: - task_search: lightweight task summaries; always pass projectId. - task_get: full task body including acceptanceCriteria and updatedAt. - task_mutate: create, update, move, comment, or block. Mutations require the last-seen updatedAt except create/comment. ## Agent install rule Use native HTTP MCP for IDEs that support it. Use glia-bridge for stdio-first agents such as Codex, Windsurf, and Antigravity. Never inline a live token in committed config. Use an environment variable such as GLIA_TOKEN and pass it to the client at runtime.