Creed
Creed

Connect Creed to Claude Code

To connect Creed to Claude Code, add it as an HTTP MCP server and authorize it once with OAuth. From a terminal, run the add command, then run the authorize step inside Claude Code and click Allow on the Creed consent screen while signed in to creed.md. There is no key to copy; the whole handshake is OAuth.

Once connected, Claude Code reads your Creed profile before meaningful work, so it starts already knowing your identity, goals, stack, and preferences. As it learns something durable about you, it proposes a narrow update you can approve, or writes directly if you have granted that. You verify the connection by listing the MCP tools and calling read_creed once.

Creed is one personal context file that every AI reads before it answers. Wiring it into Claude Code means your coding agent stops working cold and starts from the same profile your other tools use.

Step 1: Add Creed as an MCP server

In your terminal, add Creed to Claude Code as an HTTP MCP server. The server URL is https://creed.md/mcp.

claude mcp add -t http creed https://creed.md/mcp

This registers a server named creed pointing at the Creed MCP endpoint. Nothing is authorized yet; that happens next.

Step 2: Authorize with OAuth

Creed MCP uses OAuth, so there is no token to paste. Trigger the authorization from inside Claude Code:

/mcp
  1. 1.Run /mcp in Claude Code and choose to authorize the creed server.
  2. 2.A browser opens to the Creed consent screen. Make sure you are signed in to creed.md.
  3. 3.Click Allow to grant Claude Code access to your Creed.
  4. 4.Return to Claude Code; the server now shows as connected.

Step 3: Verify the connection

Confirm the tools are available and that Claude Code can read your profile. List the MCP tools, then have Claude Code call read_creed once. You should see your profile sections come back.

  • List MCP tools to confirm the creed_* tools and read_creed are present.
  • Call read_creed once to load the profile and check the sections return.

How the read and propose loop works

Once connected, Claude Code reads Creed before meaningful work rather than starting from nothing. It uses your Identity, Goals, Work, Preferences, and Routines to shape how it plans and writes. When it learns something durable, a sharper preference or a changed goal, it proposes a narrow update instead of silently rewriting your profile.

  • Read: Claude Code calls read_creed at the start of substantive work.
  • Propose: as it learns a durable fact, it suggests one tight update to the relevant section.
  • Approve: you accept the change, or trusted agents write directly if you allow it.

Understanding get_write_policy

Whether an edit applies immediately or arrives as a proposal depends on your write policy. Claude Code can call get_write_policy to see which mode applies before it changes anything. In proposal mode, updates go through the creed_* tools as suggestions you approve. In direct-edit mode, a trusted agent can apply the change itself. This keeps you in control of what enters your profile.

Sections themselves are updated through the creed_* tools, so every change is scoped to a specific part of the profile rather than a wholesale rewrite. The result is a context file that stays sharp and current without becoming a scratchpad.

What you get

With Creed connected, Claude Code no longer needs you to re-explain your role, stack, and preferences each session. It reads the same profile your other connected agents read, so your context is consistent across tools. It is plain Markdown you own, with export and delete anytime and no lock-in.

Frequently asked questions

Run claude mcp add -t http creed https://creed.md/mcp in your terminal, then run /mcp in Claude Code to authorize. A browser opens to the Creed consent screen; click Allow while signed in to creed.md.

No. Creed MCP uses OAuth, so there is nothing to paste. You authorize through a browser consent screen where you click Allow, and Claude Code handles the rest.

List the MCP tools in Claude Code to confirm read_creed and the creed_* tools are present, then call read_creed once. Your profile sections should come back.

Only if you allow it. Claude Code can call get_write_policy to see whether edits apply directly or as proposals. In proposal mode, updates are suggestions you approve; in direct-edit mode, a trusted agent can apply them.

Related

  • Connect Creed to ChatGPT
  • Connect Creed to Cursor
  • Share context between ChatGPT and Claude
  • Read the docs
Creed

Personal context for your agents.

Product
PricingCompanyExamplesRoadmap
Resources
DocsLearnContextChangelog
Legal
PrivacyTermsStackContact
All systems operational
© 2026 Creed