By the end of this quickstart you’ll have added a real MCP server to MCP Manager, exposed it through a gateway, connected your AI client, called a tool, and watched that exact call show up in your audit log attributed to you. In MCP Manager every tool call routes through a governed gateway, so you can answer who did what, through which tool from day one. The server you’ll connect is MCP Manager’s own public documentation server, which needs no credentials. The whole path takes about five minutes.Documentation Index
Fetch the complete documentation index at: https://docs.mcpmanager.ai/llms.txt
Use this file to discover all available pages before exploring further.
This tutorial uses Basic server management (to add a server), Basic gateway management (to create a gateway), and View and export logs (to see the call). If you don’t see the Add button or the Logs page, your role lacks that capability — access depends on the capability, not on a role name. See the capabilities reference.
What you’ll need
- An MCP Manager workspace you can sign in to.
- An MCP client to connect at the end. This tutorial shows Claude Code, but use Claude, Cursor, VS Code, or whatever MCP-compatible client you already have.
- About five minutes.
Step 1: Add the docs MCP server
Open the add-server flow
Go to MCP Servers and click Add. The Add an MCP server dialog opens.
Enter the server URL
In the Server URL field, paste the MCP Manager docs server:Click Continue. MCP Manager connects to the URL and detects how it wants to authenticate.
Server URL
Continue without authentication
The docs server is public, so MCP Manager offers a no-credentials path. Under Server doesn’t require authentication?, click Continue without authentication.
Most servers do require auth. MCP Manager can detect the authentication style automatically for certain servers, simplifying your expereince. If it detects that the MCP Server requires auth but can’t determine which kind, you’ll see OAuth Pre-registration or Token / Headers instead. Those paths are covered in Remote MCP Servers.
Adding a server puts it in MCP Manager and makes it available to add to gateways — think of it as staged behind the curtain. It isn’t something anyone can connect to yet. A gateway is what brings it on stage.
Step 2: Put the server behind a gateway
A gateway is the only thing users connect to. You’ll create one and assign the docs server to it.Create the gateway
Go to Gateways and click Add. In the Add a gateway dialog, set Gateway name to
Quickstart.Provision it to your team
Under Provision access to teams, choose a team. Most workspaces start with a default team that you’re already on — if it’s there, select it and move on. Click Save this gateway.
Step 3: Connect your AI client to the gateway
Open the Quickstart gateway’s overview page and copy its gateway URL. It carries agateway parameter that pins the connection to this specific gateway, so it looks like this — with your gateway’s own ID in place of <your-gateway-id>:
Gateway URL
terminal
Step 4: Call a tool
In your client, ask a question that makes it reach for the docs server:Step 5: See the call in your audit log
Open the logs
Go to Logs. The newest entries are at the top.
Find your tool call
Look for a row whose Method is
tools/call. You’ll also see entries for tools/list (your client discovering what’s available) and initialize (the connection handshake).You added a server, exposed it through a gateway, called a tool, and found that call in the log — tied to your identity. That attribution is what makes an MCP Manager rollout auditable: every action traces back to a real person, through a known gateway, on a known server.
What’s next
You ran the whole loop with one public server and the default settings. The next tutorials add the parts a real rollout needs:- Scope tools to a group and invite people in Build a team gateway.
- Add a guardrail in Add your first gateway rule.
- Read the audit trail in depth in Trace a call in your logs.
Further reading
Connect your AI client to a gateway
The end-user side of Step 3, for every client and across teams.
Remote MCP Servers
The authentication paths real servers use — OAuth and token/header auth.
MCP Gateways
What a gateway is and how it brokers identity and applies rules.
Viewing Logs
The full reference for the audit log you just used.
.png?fit=max&auto=format&n=gKqTvJPtsRi2bLNx&q=85&s=8abbce3efb590630de2102c43d32aadf)
.png?fit=max&auto=format&n=Dy9YsIECUbR9JZiT&q=85&s=a1f404cd7f7aeb1727c89d81137ae1ac)