mcp-examples

cosmonic-labs/mcp-examples
★ 0 stars Rust Other Updated 6d ago
Example MCP servers built with mcp-server-template-rs for Cosmonic Desktop
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-examples": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-examples"
      ]
    }
  }
}