Skip to content
Cursor

Munition for Cursor

io.github.benjammartin/munition

x402-paid Upload and Flight Search tools for AI agents.

client:Cursor transport:stdio runtime:npm

Install Munition 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": {
    "munition": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@munition/mcp"
      ],
      "env": {
        "MUNITION_API_URL": "<MUNITION_API_URL>"
      }
    }
  }
}

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

Munition in other clients