Browse docs

Remote MCP

A hosted MCP endpoint you connect to by URL, with no local install and nothing to build. Coming soon.

Coming soon

Not available yet

Remote MCP is in progress. Until it ships, use Local MCP — it exposes the exact same tools.

Local MCP launches a server on your machine. Remote MCP will be a hosted endpoint you point your client at over HTTP: no build step, no local process, and it upgrades server-side. You connect with a URL and an API key.

What it will look like

Clients that speak streamable HTTP will connect with a URL and a bearer key — the same shape as other hosted MCP servers. This is a preview; the endpoint will be published here when it's live.

mcp.json (planned)
{
  "mcpServers": {
    "post-notion": {
      "url": "https://postnotion.com/api/mcp",
      "headers": { "Authorization": "Bearer rk_live_..." }
    }
  }
}

Same tools, either way

The tool surface is identical for local and remote — push_doc, pull_threads, and the rest behave the same. Anything you build against Local MCP today keeps working when you switch the connection to remote, so MCP tools is the single reference for both.