Use Pathbound with Claude Code.

The repository shows what the code should do. The customer timeline shows what actually happened. Connect Pathbound and Claude Code can use both while it reproduces a bug, traces an account issue, or builds a customer workflow.

What you get

Customer context, inside Claude Code.

Pathbound becomes a remote MCP server in Claude Code. The tools sit beside the repository context, so a technical task can use current customer evidence without copying production records into a prompt.

Connect

Connect Claude Code in about five minutes.

Register Pathbound as a remote HTTP MCP server, then complete OAuth from inside Claude Code. No Pathbound key needs to be pasted into an interactive session.

Claude Code CLI and IDE

Interactive OAuth
  1. Add Pathbound from the terminal. The default scope is local; pass --scope user or --scope project when the connection should live at that scope.

  2. Start Claude Code and run /mcp.

  3. Select Pathbound and complete the browser sign-in when Claude Code requests authentication.

  4. Ask Claude Code to read the relevant Pathbound contact or timeline before it diagnoses the customer issue.

Terminal
claude mcp add --transport http pathbound https://mcp.pathbound.ai/mcp
First prompts

What Claude Code can do with your data.

Once connected, these are real jobs Claude Code runs against your customer data. Each recipe is one tested prompt—paste it and go.

Try this prompt in Claude Code
When a support ticket comes in, look the customer up in Pathbound before drafting a reply. Pull their unified profile, read the prior conversations we’ve had with them across every channel, and check what they did in the product and on the site leading up to this. Summarize it in three lines—who they are and their plan, the relevant history, what they most likely need—then draft a reply that already accounts for all of it, so I never have to ask them to explain again.
See the full recipe—Full-context support

More jobs in use cases, each with a tested prompt.

CLI setup, scope, and troubleshooting.

How do I add Pathbound to Claude Code?

Run claude mcp add --transport http pathbound https://mcp.pathbound.ai/mcp, then open /mcp in Claude Code and complete the browser OAuth flow.

Which MCP scope should I use?

Use the default local scope while testing. Use --scope user when Pathbound should be available across your own projects, or --scope project when the repository should carry the shared server definition. Do not commit credentials.

Do I need an API key?

Not for an interactive Claude Code session. Claude Code completes OAuth in the browser. Use a scoped REST API key only for a headless process that cannot open a browser.

Can Claude Code work as a CRM client?

It can read and update permitted customer records through Pathbound while you work in the terminal, but it does not replace the CRM. Pathbound resolves the CRM record with support, email, and website history underneath the session.

Can Claude Code change customer data?

Only through write tools allowed by the Pathbound credential and connected source. Keep investigation and debugging read-only unless the task explicitly requires a change. Versioning and rollback are not live yet.

When should I use Cowork instead?

Use Claude Code when the repository or terminal is part of the job. Use Cowork for a repeatable operational queue or deliverable that does not require code.

Related
Try it on your own data

Within five minutes, your agent is querying real customer context.

Sign up, connect one CRM or drop the events snippet, and point your MCP client at mcp.pathbound.ai/mcp.