Docs — Catalogue

Known servers, and yours.

The catalogue lists remote MCP servers with their address and the kind of credential they need. Every server of the official MCP Registry is searchable from the dashboard. Anything else goes in as a custom server.

Curated servers

ServerAuthWhat it does
PostgreSQLnoneQuery, inspect and explain your database from the agent. Paste a connection string: the gateway connects for you, nothing to install.
RedisnoneRead keys, scan, inspect hashes and lists, run allow-listed commands on your Redis or Valkey. Paste the URL: the gateway connects for you.
SSHnoneRun commands and read files on a server over SSH, with a command allow-list. The gateway holds the key; the agent never sees it.
MySQLnoneQuery, inspect and explain your MySQL or MariaDB. Paste a connection string: the gateway connects for you, nothing to install.
MongoDBnoneQuery collections, inspect the schema and aggregate on your MongoDB. Paste the connection string: the gateway connects for you.
Object storage (S3)noneList buckets and objects, read and write objects on Amazon S3 or any S3-compatible store (MinIO, R2, Spaces). The gateway signs the requests for you.
REST API (OpenAPI)noneTurn any HTTP API into agent tools. Give an OpenAPI URL and its operations become tools; without a spec, one request tool covers the base URL.
ClickHousenoneRun analytical SQL on your ClickHouse or ClickHouse Cloud. Paste the HTTPS URL with credentials: the gateway connects for you.
Elasticsearch / OpenSearchnoneSearch, count, inspect indices and mappings on your Elasticsearch or OpenSearch cluster. Paste the HTTPS URL with credentials or an API key.
KubernetesnoneList and inspect namespaces, pods, deployments and services, read pod logs, scale or restart. Paste a service-account token; the gateway calls the API server for you.
PrometheusnoneQuery metrics, series and alerts on your Prometheus, Thanos, Mimir, VictoriaMetrics or Grafana Cloud endpoint. Read-only by nature.
GraphQL APInoneExplore the schema and run queries on any GraphQL endpoint (Shopify, GitHub, Hasura, Apollo, your own). Mutations only when read-only is off.
SQL ServernoneQuery and inspect your SQL Server or Azure SQL. Paste a connection string: the gateway connects for you, nothing to install.
GitHubAPI key (GITHUB_TOKEN)Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
LinearOAuthMCP server for Linear project management and issue tracking
mcpOAuthOfficial Notion MCP server
SentryOAuthIssues, events, releases.
vercel-mcpOAuthAn MCP server for Vercel
Figma MCP ServerOAuthThe Figma MCP server brings Figma design context directly into your AI workflow.
Atlassian Rovo MCP ServerOAuthConnect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
CloudflareOAuthWorkers, KV, D1, R2.
mcpOAuthMCP server integrating with Stripe - tools for customers, products, payments, and more.
SupabaseOAuthMCP server for interacting with the Supabase platform
SlackAPI key (SLACK_BOT_TOKEN)Channels, messages, search.
Hugging FaceAPI key (HF_TOKEN)Models, datasets, Spaces.
NetlifyOAuthSites, deploys, forms.
ZapierOAuth8,000+ apps through Zaps.
Context7noneUp-to-date code docs for any prompt
Playwright (self-hosted server)your serverBrowser automation on a Playwright MCP server you run over https.

MCP Registry

16,152 remote servers published on the official MCP Registry (registry.modelcontextprotocol.io) are imported daily and searchable when you add a tool. Each one is probed regularly: the catalogue tells you whether it answered, and whether it wants a credential or OAuth. Adding a server only succeeds once it answered our probe with the credential you gave.

OAuth and provider apps

Most OAuth servers register Exorails automatically (dynamic client registration or our client metadata document), so authorizing is one click. A few providers, GitHub and Slack among them, only accept pre-registered apps: for those, paste a personal token or API key, or use your own OAuth app credentials.

Custom servers

Status

Every server is probed when added, then every 30 minutes, and whenever a call fails. ok means it answered tools/list; needs authorization means it rejected the credential; unreachable means it did not answer. The status is shown in the Tools tab and in tool errors the agent receives.