> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agnost.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Agnost MCP Server

> Query your Agnost dashboard from Claude Desktop, Cursor, and any MCP client

Agnost runs a hosted, OAuth-protected MCP server at **`https://mcp.agnost.ai/mcp`**. Add it to any MCP-aware client and ask natural-language questions about your agents: errors, intents, conversations, SOPs, sentiments, and more.

## Connect

### Claude Desktop / Cursor

```json theme={null}
{
  "mcpServers": {
    "agnost-ai": {
      "url": "https://mcp.agnost.ai/mcp"
    }
  }
}
```

No API keys, no copy-pasted tokens. The first time you call a tool, the client opens a browser tab, you sign in with Google through the Agnost dashboard, and the tab closes.

### Other MCP clients

Anything that speaks streamable-HTTP MCP and supports OAuth 2.1 dynamic client registration works the same way. The server publishes its OAuth metadata at:

```
https://mcp.agnost.ai/.well-known/oauth-authorization-server
```
