Skip to main content
Chief gives your AI coding agent direct access to your project. Ask questions about everything your team has uploaded, add new documents, and automate the busywork — right from Claude Code, Cursor, or Codex. No SDK, no curl, no boilerplate to get started.

Connect your agent to Chief

Three steps and your agent is talking to Chief.
1

Get your Chief token

Sign in to Chief and open Settings → API tokens. Create a Personal Access Token and copy it, along with your project id — you’ll paste both into your agent’s config below.
2

Install the Chief MCP server

brew install --cask Storytell-ai/tap/chief-mcp
Other install options (Go, prebuilt binaries) are on the MCP server page.
3

Connect your agent

Add to CursorAfter install, open the server in Cursor Settings → MCP and fill in your CHIEF_API_KEY and CHIEF_PROJECT_ID. Prefer to paste config by hand? See MCP clients → Cursor.
Using a different client, or want HTTP transport? The full matrix is on MCP clients.

Try it

Once your agent is connected, paste this in:
“Using Chief, what are the main themes across everything in my project?”
Your agent calls Chief, reads your project, and answers — no code from you.

Prefer to do it yourself?

Quickstart

Zero to a chat response with plain curl.

Go SDK

Typed Go client, one service per resource.

CLI

The chief command for scripts, CI, and your shell.

API reference

Every endpoint, with an interactive playground.