Quick Setup
Get your API key
Go to Settings → API Keys → Generate New Key in your Cortana AI dashboard. Enable all read scopes.
Claude.ai (Remote Connector)
The fastest way — no installation needed. Works directly in your browser at claude.ai.- Go to Claude.ai → Settings → Connectors
- Click “Add custom connector”
- Enter name:
Cortana AI - Enter URL:
https://app.usecortana.ai/api/mcp - Click Advanced settings and add your API key as a Bearer token
- Click Add
Claude Desktop
Open Claude Desktop → Settings → Developer → Edit Config and add:claude_desktop_config.json
Claude Code
Cursor
Open Cursor → Settings → MCP Servers or edit~/.cursor/mcp.json:
~/.cursor/mcp.json
VS Code
Add to.vscode/mcp.json in any workspace:
.vscode/mcp.json
Windsurf
Add to your Windsurf MCP config:Configuration Reference
| Variable | Required | Description |
|---|---|---|
AGENTKONG_API_KEY | Yes | Your API key starting with sk-ak- |
AGENTKONG_BUSINESS_ID | Yes | Business UUID from your dashboard URL |
AGENTKONG_API_URL | No | API base URL. Defaults to https://app.usecortana.ai |
npm Package
@cortana-ai/mcp-server
View on npm