https://mcp.chief.bot/mcp, so Claude Code, Cursor, and other compatible AI tools can work with your Chief Project without you installing or running a local server. Connect once, then ask your AI tool to search or manage chats, assets, labels, actions, Live Sessions, skills, memories, and Projects.
Before you connect
You need:- A Chief Personal Access Token. The hosted server does not use a browser sign-in or OAuth flow.
- The ID of the Project you want the AI tool to use. You can copy it from the Project URL; Chief Project IDs begin with
project_. - An MCP client that supports remote Streamable HTTP servers and custom request headers.
Connect Claude Code
Replace the placeholders, then run:/mcp to confirm that chief is connected.
Connect Cursor
- Open the command palette.
- Choose Cursor Settings › MCP › Add new global MCP server.
- Add this configuration with your PAT and Project ID:
Connect another MCP client
Point any client that supports Streamable HTTP athttps://mcp.chief.bot/mcp and send these headers with every request:
If a client can set only an
Authorization header, use Authorization: Bearer <personal-access-token>. X-API-Key takes precedence if you send both.
ℹ️ Good to Know: Most Chief tools require
X-Project-Id. Tools that list, create, or update Projects and manage Project membership can work with the PAT alone.Hosted versus self-hosted
Use the hosted server for the shortest setup: there is no binary to download, local process to keep running, or server infrastructure to maintain. Self-hosting remains available when your organization needs to run the MCP process in its own environment. See thechief-mcp repository for optional stdio and self-hosted HTTP instructions.
This is Chief acting as an MCP server for an external AI client. Connecting a custom MCP server into a Chief Action is the opposite direction and uses a different setup.
FAQ
Do I need to install chief-mcp?
Do I need to install chief-mcp?
No. Connect your MCP client directly to
https://mcp.chief.bot/mcp. Install the binary only if you deliberately choose the optional self-hosted setup.Why does my MCP tool return not found?
Why does my MCP tool return not found?
Confirm
X-Project-Id contains the Project that owns the resource and that your PAT can access it. A missing or incorrect Project ID is the usual cause for project-scoped tools.Why doesn't my client show Chief's tools?
Why doesn't my client show Chief's tools?
Confirm the client supports remote Streamable HTTP servers and custom headers. Recheck the endpoint and credentials, then restart the client session because MCP configurations may not reload automatically.
Can I connect my own MCP server to Chief?
Can I connect my own MCP server to Chief?
Yes, but that is a separate workflow for adding an external tool or destination to Chief. See Connecting a custom MCP server.