Authentication
Choose the auth option your MCP client supports:- Browser sign-in: configure the MCP URL, sign in to Kapso, and choose one project.
- API key: create a project API key in Kapso and pass it as a header.
Authorization: Bearer for bearer-token clients. Use X-API-Key when your MCP client lets you configure custom headers.
Connect
Browser sign-in
For clients that support browser sign-in, configure only the MCP URL.API key
Set your project API key:Use X-API-Key instead
Codex CLI has no--header flag, so X-API-Key goes in ~/.codex/config.toml. For Cursor and Claude Code, just swap the header.
Tools
Project MCP exposes grouped tools. Most tools accept anaction and params.
Use
action: "help" on grouped tools to get required params, optional params, and examples.
Examples
Ask your agent to check setup:Project MCP vs Docs MCP
Use the CLI when your agent has terminal access. Use Project MCP when your agent supports MCP and should operate Kapso directly.

