Install Claude Code
Claude Code can use the hosted StateLode MCP endpoint directly.
Create a StateLode API token in the dashboard and store it as GLIA_TOKEN outside
the repository.
MCP configuration
Section titled “MCP configuration”Configure the server with the remote URL and an authorization header:
{ "mcpServers": { "glia": { "url": "https://api.glia.dev/mcp", "headers": { "Authorization": "Bearer ${GLIA_TOKEN}" } } }}Verify
Section titled “Verify”Ask Claude Code:
What active StateLode task should I work on in project glia?The first tool call should be task_search, followed by task_get for the
selected task.