Skip to content

MCP overview

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools and data. Mereon runs an MCP server, so any MCP-capable assistant can search and read your knowledge base without you writing any code.

This is the path to choose if you want an assistant like Claude Code or Cursor to answer using your company’s real processes, rather than guessing.

You point your assistant at one URL and connect it. From then on, the assistant has a set of Mereon tools it can call on its own, like search_mereon and get_topic. When you ask it something about how your business works, it looks the answer up in Mereon and cites the source.

  • Endpoint: https://api.mereon.ai/v1/mcp
  • Transport: Streamable HTTP
  • Auth: sign in to connect (a browser sign-in and consent step, recommended for interactive clients), or a personal access token sent as an Authorization: Bearer header for headless use
  • Access: read-only, scoped to exactly what you can see in Mereon

Any client that supports a remote, Streamable HTTP MCP server will work. Point it at https://api.mereon.ai/v1/mcp.

Clients that support OAuth for remote MCP servers (Claude Code, Cursor, Claude Desktop, and others) open a browser to sign in and connect the first time they reach Mereon, with no token to configure. For a client that only takes a bearer token, or a headless setup, create a personal access token and set the header:

Authorization: Bearer mrn_...

The exact steps differ per client, but the URL and the tools are the same everywhere.