Install Cursor
Cursor can connect to StateLode’s hosted MCP endpoint directly.
Create a StateLode API token in the dashboard and store it as GLIA_TOKEN outside
git.
MCP configuration
Section titled “MCP configuration”Use an environment-substituted token in your Cursor MCP configuration:
{ "mcpServers": { "glia": { "url": "https://api.glia.dev/mcp", "headers": { "Authorization": "Bearer ${GLIA_TOKEN}" } } }}Verify
Section titled “Verify”Ask Cursor:
Use StateLode to search active tasks in project glia.The agent should call task_search with projectId: "glia" and return task
summaries.