> ## 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
```

## What you can ask

* "Which tools are failing most often this week?"
* "Show me recent conversations with repeated user frustration."
* "Which SOPs were violated today?"
* "Summarize the top intents in this org."

## Verify

After adding the server to your MCP client, call any Agnost tool. The client should open a browser for OAuth the first time, then return dashboard data after login.

## Troubleshooting

* Confirm the MCP client supports streamable-HTTP MCP and OAuth 2.1 dynamic client registration.
* If OAuth does not open, remove the server from the client config and add it again.
* If a query returns no data, confirm you are logged into the right Agnost organization in the dashboard.
