Hosted Model Context Protocol

Your company knowledge,
one MCP URL away.

OrgMCP turns your GitHub, Google Drive, and other tools into a single hosted MCP server. Drop the URL into Cursor or Claude and your whole team queries permission-aware company context — no agent framework, no glue code.

No credit card. EU data residency. Bring-your-own connectors.

cursor — Settings → MCP servers
URL https://gigamcp.acme.io/t/acme/mcp
How does our SSO callback handle stale state?

Found 3 sources in acme/auth-service:

  • ghsrc/sso/sessionRefresh.tsL142
  • 🇳Notion · "SSO Stale-State RFC"
  • 💬Slack #eng-platform · 3 days ago

The callback drops the stale state cookie and re-issues a fresh nonce on every WorkOS round-trip — see L142-L168.

Built for teams, not demos.

Multi-tenant by design, with the boring-but-essential primitives — RLS, audit log, audience filters — wired up before day one.

Per-tenant connectors

GitHub, Google Drive, and the rest plug in once per workspace and respect your organisation chart.

Group-level ACL

Audience filters every retrieval call. Engineering can't see HR documents, even by accident.

Self-service onboarding

Sign up, paste an MCP URL into Cursor, and your team is querying company knowledge in 5 minutes.

Simple, per-seat pricing.

Start free. Upgrade when your team needs it.

Free

Try OrgMCP on a side project. No credit card.

$0/ €0
forever
  • 3 seats / 3 connectors / 3 sources
  • 3k tool-calls / month
  • 1 GB ingest / month
  • Wave-1 connectors only

Team

Scale-up teams shipping MCP-native workflows.

$30/ €25
per seat / month
  • 25 seats · 500k tool-calls / mo
  • All 15 connectors (Wave 1+2+3)
  • 20 GB ingest / month included
  • Email support · 24h SLA

BusinessRecommended

Mid-market with SSO, custom domain, audit export.

$72/ €60
per seat / month
  • 100 seats · 5M tool-calls / mo
  • WorkOS SSO + group ACL
  • Custom domain · audit export
  • 14-day trial — activated at checkout, no card upfront

Enterprise

Regulated sectors — SCIM, silo, SLA, custom MSA.

Custom
contract
  • Unlimited seats / sources
  • WorkOS SCIM Directory Sync
  • Audit-log Kinesis stream
  • Silo deployment · 99.9% SLA

All prices excl. VAT. EU customers: VAT calculated at checkout. EU B2B with valid VAT-ID: reverse-charge applies. US: most states have no sales tax on B2B SaaS.
Full pricing & tax details.

Frequently asked questions

Does OrgMCP store my source data?

Indexed embeddings live in your tenant partition of OpenSearch Serverless. Raw files stream from the source system on every read; we only persist what we have to.

How is access controlled?

Every search and tool call carries a server-side audience filter (tenant + groups + user). The OpenSearch query-time filter is mandatory and applied in middleware, not the client.

Where is data stored?

AWS Frankfurt (eu-central-1). EU GDPR-compliant by default. Custom regions available on the Enterprise plan.

Which MCP clients are supported?

Anything that speaks the Streamable HTTP MCP transport — Cursor, Claude Desktop, VS Code Continue, and most OSS MCP clients.