mcp-server-recall

maccavelli/mcp-server-recall
★ 0 stars Go Other Updated today
Recall MCP server (published export)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-recall": {
      "command": "go",
      "args": [
        "run",
        "github.com/maccavelli/mcp-server-recall@latest"
      ]
    }
  }
}