EdgeStore

Agents

Set up EdgeStore with a coding agent.

Connect MCP

Add EdgeStore to your client's project configuration. Merge the entry into an existing config rather than replacing other servers.

.codex/config.toml
[mcp_servers.edgestore]
url = "https://api.edgestore.dev/mcp"
.mcp.json
{
  "mcpServers": {
    "edgestore": {
      "type": "http",
      "url": "https://api.edgestore.dev/mcp"
    }
  }
}
.cursor/mcp.json
{
  "mcpServers": {
    "edgestore": {
      "url": "https://api.edgestore.dev/mcp"
    }
  }
}

Sign in

Restart your client after saving the config, then connect EdgeStore:

  • Codex requires project trust for .codex/config.toml. Run codex mcp login edgestore, then use /mcp to check the connection.
  • In Claude Code, approve the project's MCP configuration, then use /mcp to select EdgeStore and sign in.
  • In Cursor, open MCP settings and connect the EdgeStore server.

Review the requested permissions before approving. This server connects to production accounts. MCP sign-in is separate from edgestore login; no project keys belong in these configs.

Client instructions: Codex, Claude Code, and Cursor.

Give your agent the docs

Start with Quick start or the adapter for Next.js, Hono, or TanStack Start.

On this page