Skip to content
VS Code

agentfolio mcp server for VS Code

io.github.0xbrainkid/agentfolio-mcp-server

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

client:VS Code transport:stdio runtime:npm

Install agentfolio mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentfolio-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentfolio-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentfolio mcp server in other clients