Skip to content
Cursor

edition api for Cursor

io.github.hiroshic9-png/edition-api

Japan business regulations, compliance, travel, protocols, memory — 10 knowledge domains, 23 tools.

client:Cursor transport:stdio runtime:npm

Install edition api in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "edition-api": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "edition-mcp-server"
      ],
      "env": {
        "EDITION_API_URL": "<EDITION_API_URL>",
        "EDITION_API_KEY": "<EDITION_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

edition api in other clients