MCP Server
Maintained
MIT
io.github.0xbrainkid/agentfolio-mcp-server MCP Server
io.github.0xbrainkid/agentfolio-mcp-server
What is the io.github.0xbrainkid/agentfolio-mcp-server MCP server?
AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.
How to install io.github.0xbrainkid/agentfolio-mcp-server
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"agentfolio-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentfolio-mcp-server": {
"command": "npx",
"args": [
"-y",
"agentfolio-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentfolio-mcp-server": {
"command": "npx",
"args": [
"-y",
"agentfolio-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentfolio-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentfolio-mcp-server"
]
}
}
}Claude Code
claude mcp add agentfolio-mcp-server -- npx -y agentfolio-mcp-serverRelated MCP servers
io.github.0xbrainkid/agentfolio
Maintained
Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio.
1
View repository →JavaScript
MIT