openbb-mcp-docker

gururafiki/openbb-mcp-docker
★ 0 stars Jupyter Notebook AI/LLM Updated today
OpenBB MCP server Docker image for Muffin (arm64)
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": {
    "openbb-mcp-docker": {
      "command": "npx",
      "args": [
        "-y",
        "gururafiki/openbb-mcp-docker"
      ]
    }
  }
}

README Excerpt

OpenBB MCP server image for the [Muffin](https://github.com/gururafiki/muffin) agent, built for **ARM64** (Oracle Cloud A1). `Dockerfile` installs `openbb[all]` + `openbb-mcp-server` and serves the MCP endpoint on port 8001. CI (`.github/workflows/build-image.yml`, native arm64 runner) builds + pushes on every push to

Tools (1)

main