kurage

pleme-io/kurage
★ 0 stars Nix 🤖 AI/LLM Updated 2d ago
Rust CLI + MCP server for Cursor Cloud Agents — universal bridge for AI coding tools
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}