janus

ruei2-studio/janus
★ 0 stars Unknown language AI/LLM Updated today
Janus — A universal MCP server that bridges any AI agent platform to your local environment
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": {
    "janus": {
      "command": "npx",
      "args": [
        "-y",
        "ruei2-studio/janus"
      ]
    }
  }
}