Skip to main content
The GitHub Copilot CLI connects to the Keupera MCP server over HTTP. Authorize with OAuth (browser sign-in) or an API key.

Option A — OAuth (sign in)

1

Add the server

Register an HTTP MCP server in your Copilot MCP config:
2

Authorize

Run /mcp in the Copilot CLI to connect keupera, then authorize Keupera in the browser when prompted.

Option B — API key

Get your key from Settings → API Keys in the dashboard.

Verify and use

Run /mcp to confirm keupera is connected, then ask, for example: “List my tracked keywords by opportunity and draft an article for the top one.”

Troubleshooting

Confirm the config is valid JSON with "type": "http" and the exact URL https://mcp.keupera.com/mcp. Re-run /mcp to reconnect.
For OAuth, reconnect via /mcp and sign in again. For an API key, confirm the sk_live_… value and that your plan includes API access.