https://docs.magna.so/mcp. It lets AI coding tools (Claude Code, Cursor, VS Code, and other MCP-compatible clients) and Claude apps (Desktop, web, Cowork, mobile, and @Claude in Slack) search and read these docs directly — so your assistant answers Magna questions from the current documentation instead of guessing.
Overview
- Hosted and public. The server runs on Magna’s docs site. Search and filesystem access are read-only and require no auth token — just point your client at the URL.
- Always current. It serves the live documentation, including the Admin API and Portal API OpenAPI specs, so answers track the published docs rather than a model’s training cut-off.
- One non-read action. The
submit_feedbacktool lets an assistant report a page that’s wrong, outdated, or confusing straight to the Magna docs team — it doesn’t modify anything on your side.
Exposed tools
The server exposes three tools plus a guidance resource. Tool names are generated per-site, so the exact strings your client shows may differ slightly — discover them from the server rather than hardcoding.
It also serves an MCP resource — a short skill with guidance on token distributions, vesting, and the Admin and Portal APIs — that primes an assistant on Magna’s domain before it searches.
Set up in your editor or CLI
Add the server once per tool. None of these need a token — leave any auth field empty.- Claude Code
- Cursor
- VS Code
- Codex / other MCP clients
Run:Add Confirm it connected with
--scope user to make it available across all your projects instead of only the current one:claude mcp list (or /mcp inside a session) — the server should show ✔ Connected.Set up in Claude apps
Custom connectors (remote MCP) are available on the Free, Pro, Max, Team, and Enterprise plans across claude.ai, Claude Desktop, Cowork, and the mobile apps. Free is limited to one custom connector. Because the Magna docs server is public, you don’t add a token.1
Open connector settings
Go to Settings → Connectors (shown as Customize → Connectors on some
clients).
2
Add a custom connector
Click +, then Add custom connector.
3
Paste the URL
Enter a name (for example,
Magna Docs) and the URL
https://docs.magna.so/mcp. Leave the OAuth fields under Advanced
settings empty — the server is public.4
Add and use
Click Add. The connector’s tools now appear in Claude’s tool list; ask a
Magna question and Claude will search the docs.
Team and Enterprise plans: an Owner must add the connector
organization-wide first, under Organization settings → Connectors → Add →
Custom → Web. After that, each member enables it individually from
Settings → Connectors → Connect.
Use it with Claude in Slack
Connectors are tied to your Claude account, not to a Slack workspace — so a custom connector you add in Claude also works in @Claude in Slack, since Slack runs on the same linked account. There is no separate MCP setup on the Slack side.1
Add the connector in Claude first
Follow Set up in Claude apps to add
https://docs.magna.so/mcp in your Claude account settings. You cannot
add or manage connectors from inside Slack.2
Use it in Slack
Mention @Claude in a channel or DM and ask a Magna question. It uses the
same account-level tools you enabled in Claude, including this docs server.
Claude in Slack mirrors the tools enabled on your Claude account, but a few
Claude features aren’t available there (for example, Research and extended
thinking), and you can’t create new connections from Slack. Verified against
Anthropic’s
Use Claude in Slack
and
custom connectors
help articles.
Troubleshooting
The connector or its tools don't show up
The connector or its tools don't show up
- Confirm the URL is exactly
https://docs.magna.so/mcp(with the/mcppath). - In Claude Code, run
claude mcp listand look for✔ Connected; a✘means the client couldn’t reach the server. - In Claude apps, reopen Settings → Connectors and toggle the connector off and on, then start a new chat so the tool list refreshes.
- On Team/Enterprise, an Owner must add the connector org-wide before members can enable it — see the note above.
It asks for a token or OAuth credentials
It asks for a token or OAuth credentials
This server is public and read-only, so no token is required. Leave any auth
or OAuth fields empty. If a client forces a value, that’s a client-side
field — you can save it blank.
Search vs. filesystem — which tool?
Search vs. filesystem — which tool?
Use
search_magna_docs when you have a fuzzy question and need Claude to
find the right page. Use query_docs_filesystem_magna_docs when you know
what you want and need exact text — reading a full page, grepping for a term,
or pulling a specific endpoint schema straight from the OpenAPI spec.A doc page looks wrong or out of date
A doc page looks wrong or out of date
Ask your assistant to use the
submit_feedback tool with the page path
and a short description. It routes straight to the Magna docs team.Related
Admin API
The private, server-to-server API. The filesystem tool can read its OpenAPI
spec directly from the docs.
Portal API
The public API behind claim portals. Its spec is also readable through this
MCP server.