agentforge for Claude Desktop
io.github.acarchidi/agentforge
DeFi safety layer for AI agents: wallet safety, token risk, tx decode/simulate. 20 tools.
client:Claude Desktop
transport:streamable-http
tools:20
Install agentforge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentforge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentforge-taupe.vercel.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs