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

The server uses OAuth by default — when you first connect, it will redirect you through the authentication flow automatically. No manual setup needed.

Claude

Pathors is available as a Claude Custom Connector — you can add it directly from Claude Desktop or claude.ai without any config file:
  1. Go to Settings > MCP (or Integrations)
  2. Click Add Custom Connector
  3. Enter the server URL: https://api.pathors.com/mcp
  4. Complete the OAuth flow when prompted

Client Configuration

For other clients, or if you prefer file-based config, add the following to your client’s MCP configuration:
{
  "mcpServers": {
    "pathors": {
      "type": "streamable-http",
      "url": "https://api.pathors.com/mcp"
    }
  }
}
OAuth authentication will be triggered automatically on first connection for all clients above.

Available Tools

Once connected, your MCP client will auto-discover tools across these categories:
CategoryWhat you can do
ProjectsCreate, list, update, delete projects
Agent ConfigGet and update agent settings
PathwayDesign conversation flows (nodes + edges)
SessionsQuery session history and analytics
TestingManage test cases, suites, and run tests
Tool ConfigConfigure agent tools (REST API, search, etc.)
All tool parameters and descriptions are provided by the MCP protocol itself — your AI assistant will know how to use them.