Manage API keys, configure Model Context Protocol (MCP) clients for Claude, Gemini, and ChatGPT, and view workspace settings.
Connect Claude, Gemini, ChatGPT, or Cursor to autonomously operate this workspace.
https://operion-ai-project-management.vercel.app/api/mcpadf9eb9c-f483-4d66-9433-a91b7d34ce39// Claude Desktop config (claude_desktop_config.json) or Cursor IDE: { "mcpServers": { "operion": { "url": "https://operion-ai-project-management.vercel.app/api/mcp", "headers": { "x-organization-id": "adf9eb9c-f483-4d66-9433-a91b7d34ce39", "Authorization": "Bearer <YOUR_OPERION_API_KEY>" } } } } // Alternative using stdio bridge runner (recommended for standard Claude Desktop): { "mcpServers": { "operion": { "command": "npx", "args": [ "-y", "mcp-remote", "https://operion-ai-project-management.vercel.app/api/mcp", "--header", "x-organization-id: adf9eb9c-f483-4d66-9433-a91b7d34ce39", "--header", "Authorization: Bearer <YOUR_OPERION_API_KEY>" ] } } }
Authentication Requirement
For external AI agents (Claude, Gemini, ChatGPT), generate an API Key in the API Keys for External Agents section below and pass it in the Authorization: Bearer <key> header.
claude api key
Never used
Aryan (Founder)
Human User