PluginBench
MCP Server
Maintained
MIT

io.github.0xbrainkid/agentfolio MCP Server

io.github.0xbrainkid/agentfolio

What is the io.github.0xbrainkid/agentfolio MCP server?

Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio.

How to install io.github.0xbrainkid/agentfolio

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentfolio": {
      "command": "npx",
      "args": [
        "-y",
        "agentfolio-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentfolio": {
      "command": "npx",
      "args": [
        "-y",
        "agentfolio-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentfolio": {
      "command": "npx",
      "args": [
        "-y",
        "agentfolio-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentfolio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentfolio-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add agentfolio -- npx -y agentfolio-mcp-server

Related MCP servers

AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.

1
JavaScript
MIT
View repository →