agent-pontifex-mcp-server.rs

agent-pontifex/agent-pontifex-mcp-server.rs
★ 0 stars Unknown language AI/LLM Updated 1d ago
Agent Pontifex MCP server in Rust, inheriting from the ORESoftware MCP server base.
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": {
    "agent-pontifex-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "agent-pontifex/agent-pontifex-mcp-server.rs"
      ]
    }
  }
}