agentfolio for Cursor
io.github.0xbrainkid/agentfolio
Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio.
client:Cursor
transport:stdio
runtime:npm
Install agentfolio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentfolio": {
"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