otaman-bridge

inprimex/otaman-bridge
★ 1 stars Python API Integration Updated today
Otaman server daemon: HTTP API, MCP server, NATS gateway, bus + session + transport coordinators
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": {
    "otaman-bridge": {
      "command": "uvx",
      "args": [
        "otaman-bridge"
      ]
    }
  }
}

Or install with pip: pip install otaman-bridge

README Excerpt

> **Otaman platform:** [otaman-core](https://github.com/inprimex/otaman-core) · [otaman-cli](https://github.com/inprimex/otaman-cli) · [otaman-plugin](https://github.com/inprimex/otaman-plugin) · **otaman-bridge (you are here)** · [otaman-runner](https://github.com/inprimex/otaman-runner) · [otaman-adapters](https://github.com/inprimex/otaman-adapters)