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
{
"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