orano-mcp-server

infotik/orano-mcp-server
★ 0 stars Python AI/LLM Updated 1d ago
Personal, read-only MCP server for ORANO — exposes a user's library as tools for their own AI agent
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": {
    "orano-mcp-server": {
      "command": "uvx",
      "args": [
        "orano-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install orano-mcp-server