Connection
Connect using the streamable HTTP transport.Authentication
Two authentication methods are supported.Personal API key (PAK)
Generated in your account settings. Scoped to your user identity.Agent API key
Each registered agent has a unique key. Scoped to the agent’s team.Configuration example
Add this to~/.claude.json or your project’s .claude.json to connect Claude Code:
Available tools
Already provides 10 MCP tools across three categories:| Category | Tools |
|---|---|
| Sessions | already_list_sessions, already_get_session, already_create_session, already_update_session, already_delete_session, already_get_assigned |
| Comments | already_get_comments, already_add_comment |
| Notes | already_get_notes, already_update_notes |

