agent services mcp for Cursor
io.github.gareth1953/agent-services-mcp
MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.
client:Cursor
transport:stdio
runtime:npm
Install agent services mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-services-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-services-mcp"
],
"env": {
"PROVENANCE_URL": "<PROVENANCE_URL>",
"QUALITY_GATE_URL": "<QUALITY_GATE_URL>",
"AUDIT_URL": "<AUDIT_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs