Skip to main content
The Pathors MCP server lets you manage your AI agents directly from Claude Desktop, Claude Code, Cursor, and any MCP-compatible client. Tools are auto-discovered — no need to memorize endpoints.

Connect

Add the Pathors MCP server to your client:
https://api.pathors.com/mcp
The server uses OAuth by default — when you first connect, it will redirect you through the authentication flow automatically. No manual setup needed. Alternatively, you can authenticate with a Developer API Key (dk_*) via the Authorization: Bearer header:
{
  "mcpServers": {
    "pathors": {
      "type": "streamable-http",
      "url": "https://api.pathors.com/mcp",
      "headers": {
        "Authorization": "Bearer dk_your_developer_key_here"
      }
    }
  }
}
Create developer keys from the Pathors dashboard under Settings > Developer Keys.

Available Tools

Once connected, your MCP client will auto-discover 35 tools across these categories:
CategoryToolsWhat you can do
Projects5Create, list, update, delete projects
Agent Config2Get and update agent settings
Pathway7Design conversation flows (nodes + edges)
Sessions3Query session history and analytics
Testing12Manage test cases, suites, and run tests
Tool Config6Configure agent tools (REST API, search, etc.)
Plus 2 resources for read-only access to agent config and pathway data. All tool parameters and descriptions are provided by the MCP protocol itself — your AI assistant will know how to use them.