agentfolio mcp server for Cursor
io.github.0xbrainkid/agentfolio-mcp-server
AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.
client:Cursor
transport:stdio
runtime:npm
Install agentfolio mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentfolio-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentfolio-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs