tokito-mcp

VtronTokito/tokito-mcp
★ 0 stars Rust Memory/Knowledge Updated 14d ago
Tokito MCP server (Model Context Protocol, Rust)
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": {
    "tokito-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "tokito-mcp"
      ]
    }
  }
}