agentpromocode for Cursor
io.github.fedepellegrini/agentpromocode
ACDP reference MCP server for promo-code resolution and checkout feedback.
client:Cursor
transport:stdio
runtime:npm
Install agentpromocode in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentpromocode": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentpromocode/mcp"
],
"env": {
"AGENTPROMOCODE_API_KEY": "<AGENTPROMOCODE_API_KEY>",
"AGENTPROMOCODE_API_BASE": "<AGENTPROMOCODE_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs