Skip to content

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.

Use an environment-substituted token in your Cursor MCP configuration:

{
"mcpServers": {
"glia": {
"url": "https://api.glia.dev/mcp",
"headers": {
"Authorization": "Bearer ${GLIA_TOKEN}"
}
}
}
}

Ask Cursor:

Use StateLode to search active tasks in project glia.

The agent should call task_search with projectId: "glia" and return task summaries.