Connect Claude Code
Claude Code is Anthropic’s command-line coding assistant. Once connected to Mereon, it can look up your company’s processes, policies, and owners while it works, and cite where each answer came from.
-
Add Mereon as an MCP server
Section titled “Add Mereon as an MCP server”Run this in your terminal:
Terminal window claude mcp add --transport http mereon https://api.mereon.ai/v1/mcpThat registers a server named
mereon. There is no token to paste: Mereon uses a browser sign-in instead. -
Sign in to connect
Section titled “Sign in to connect”Start Claude Code and ask it something about Mereon, such as “search Mereon for our refund policy”. The first time it reaches Mereon it opens your browser. Sign in the way you sign in to the Mereon app, complete multi-factor authentication if your account uses it, choose which organization the connection may read, and approve. Claude Code finishes the request once you approve, and stays connected from then on.
-
Confirm the connection
Section titled “Confirm the connection”Run
claude mcp listin Claude Code. Once you have signed in,mereonshows as connected. Before that first sign-in it appears as registered but not yet connected, which is expected.
Teach it to use Mereon
Section titled “Teach it to use Mereon”Tools are only useful if the assistant knows when to reach for them. Drop this
into a CLAUDE.md file in your repository so Claude Code consults Mereon before
answering questions about how your business works:
## Mereon knowledge base
This organization's business processes, policies, and institutional knowledgelive in Mereon. When you need to know how the business does something (aprocess, a policy, who owns an area), use the `search_mereon` tool first, then`get_topic` / `get_item` to read details and `get_duties` to find owners.Cite the `url` field of anything you rely on.What it can do once connected
Section titled “What it can do once connected”Claude Code gains the full set of Mereon tools: hybrid search, reading a topic or item in full, pulling the text of a source document or transcript, finding who owns a process, and listing data-quality issues, content, and lessons. Everything is read-only and scoped to what you can see in Mereon.
Removing the connection
Section titled “Removing the connection”claude mcp remove mereonThat removes the server from Claude Code. To cut off its access to Mereon, revoke the connection in Profile → Connected apps (or the token in Profile → API Tokens, if you used the headless setup). Revoking takes effect right away.