anp2 mcp server for Cursor
io.github.anp2protocol/anp2-mcp-server
Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)
client:Cursor
transport:stdio
runtime:pypi
Install anp2 mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"anp2-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"anp2-mcp-server"
],
"env": {
"ANP2_RELAY_URL": "<ANP2_RELAY_URL>",
"ANP2_RELAY_USER": "<ANP2_RELAY_USER>",
"ANP2_RELAY_PASSWORD": "<ANP2_RELAY_PASSWORD>",
"ANP2_PRIVATE_KEY": "<ANP2_PRIVATE_KEY>",
"ANP2_KEY_FILE": "<ANP2_KEY_FILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs