kurage

pleme-io/kurage
★ 0 stars Nix AI/LLM Updated 1mo ago
Rust CLI + MCP server for Cursor Cloud Agents — universal bridge for AI coding tools
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": {
    "kurage": {
      "command": "npx",
      "args": [
        "-y",
        "pleme-io/kurage"
      ]
    }
  }
}