Connect a Streamable HTTP server.

Add the MCP servers your agents should reach. Meandr holds the credentials and signs each call, so your agents only ever hold a Meandr token.

From server URL to curated tools.

01

Add the server

URL and auth.

Give Meandr the server's URL and how it authenticates. Meandr stores the credentials encrypted and uses them only to sign requests to that server.

02

Meandr checks it

Reach and sign-in.

Meandr verifies it can reach the server and sign in before the server goes live in your catalog — nothing broken gets exposed to an agent.

03

Curate

Pick the tools.

Two gates. The server's catalog opens as soon as it's added: tools, resource templates and prompts, each with a switch — that's what the team allows at all. Then, when a project attaches the server, it picks which of those tools it can call. Nothing reaches an agent unless it cleared both.

No URL, because you run the server yourself? That is a stdio MCP server, and Meandr supports those through the Meandr CLI. Connect a stdio server

The add-a-server form in Meandr
One form: the server's URL and how it authenticates.
The server catalog — everything the server exposes, with a switch on each
The first gate: everything the server exposes, with a switch on each — and the read-only tags it declares about itself. Off means no project can even import it.
Attaching a registered server to a project
Attach it to the project — and decide whether its rate limits are shared with other projects or kept separate.
Choosing which of the server's tools a project can call
The second gate: of everything the team allowed, these are the tools this project can call. Names stay as they are upstream — rename only when two servers collide.

Bring your servers however they sign in.

API keys, custom headers, basic auth, OAuth, mTLS or AWS SigV4 — Meandr adapts to the server, not the other way around.

API keys and basic auth

The two most common ways a tool server signs in. Give Meandr the credential once and it's attached to every request for you.

AWS SigV4, out of the box

AWS-hosted MCP servers expect AWS SigV4-signed requests. Meandr signs them for you on every call — no proxy or sidecar for you to stand up.

Encrypted, and revocable

Credentials are stored encrypted and never handed to an agent. Agents only ever hold a Meandr token — revoke it in one click.

The authentication methods Meandr supports for upstream servers
Every way an upstream server might ask to be authenticated — pick one, and Meandr handles it from there.

Supported Authentication Methods

Auth method What you provide
NoneNothing — the endpoint is open
Bearer tokenThe token — sent in the Authorization header
Custom headerA header name and its value
Basic authUsername and password
OAuth · client credentialsClient ID and secret — tokens rotate automatically
OAuth · authorization codeClient details, then an interactive consent step
mTLS · client certificatePEM client certificate and private key
AWS SigV4AWS credentials, plus the service and region to sign against
Query-string tokenA parameter name and its value

Next steps

Quickstart

Connect your first agent to Meandr — one URL and a token, no SDK.

Read the guide

Your first policy

Decide what your agents may do — allow, deny, or require a human's approval.

Read the guide

Connect a server, curate its tools.

Point your agent at one endpoint and you're governed in minutes — no code changes, no proxy to run.

Get started

Questions? Email us