MCP Gateway

One front door for every tool.

Connect Gmail, Google Drive, Google Calendar, GitHub — anything MCP. One audited endpoint, per-agent scopes, credentials that never touch a prompt.

support-agent
ops-agent
data-agent
MCP GATEWAY
Ggithub
Mgmail
Ddrive
Ccalendar
Per-agent scopes

The right tool, for the right agent.

Pick an agent and see exactly which tools and scopes it gets — enforced at the wire, before any tool call reaches a provider.

SUPPORT-AGENT · GRANTS enforced at wire
spec: MCP 1.0 · auth: OAuth 2.1 3 tools · 5 scopes
CREDENTIAL VAULT never in prompt

Credentials brokered, never exposed.

OAuth tokens are encrypted at rest, brokered at call time, and refreshed automatically. They never live in prompts, logs or your agents' context windows.

# token flow
userencrypted vaultbrokered per call
↳ encrypted at rest · never in prompts or logs
COMPRESSED RESULTS before context

Tool output, compressed.

Tool results run through the compression engine before they re-enter the model — big query results and file contents don't blow up your context bill.

github.pull · result3,847 tok
→ compressed1,612 tok · −58%
into context1,612 tok
Every call, traced

Every tool call, stitched into the trace.

Each invocation is logged with arguments, latency and cost, stitched into the parent request trace. Replay any agent decision.

TRACE #8842 · support-agent 41ms · $0.0031
Tool Args Latency Tokens Cost
Ggithub.pull repo: cohesor/api · #482 142ms 3,847 → 1,612 $0.0011
Mgmail.search query: "q3 invoice" · max 5 89ms 412 $0.0003
Ccalendar.events timeMin: today · timeMax: +7d 67ms 284 $0.0002
→ model · claude-sonnet-4.6 summarise + post 92ms 1,925 in · 412 out $0.0015
Setup

Add one MCP server. Get them all.

Drop Cohesor into ~/.claude/.mcp.json and your agent gets every connector you've enabled — governed.

1

Add Cohesor to your MCP config

One URL, one key — every enabled connector appears automatically.

2

Connect your accounts

OAuth per connector — Gmail, Drive, Calendar, GitHub. Tokens encrypted in our vault, never in prompts.

3

Set per-agent scopes

Grant the support agent gmail:read, the ops agent repo:write — enforced at the wire.

~/.claude/.mcp.json
{ "mcpServers": { "cohesor": {
  "url": "https://api.cohesor.com/mcp",
  "headers": { "x-api-key": "sk-coh-your_gateway_key" }
} } }

CONNECTOR CATALOG · 4 LIVE

G
github
repos, issues, prs
M
gmail
search, read, draft
D
google-drive
search, read files
C
google-calendar
read events, availability
Get started

Give your agents tools you can trust.

One endpoint, governed scopes, credentials that never touch a prompt. Connect your first tool in minutes.