Skip to main content

Alpenglow MCP Bridge

Connect Claude Desktop (or any MCP client) to your Odoo instance through the Alpenglow MCP Connector.

The bridge runs locally on your machine and translates MCP stdio protocol into HTTP requests to your Odoo server. All business logic, access control, and rate limiting stay on the server.

Prerequisites

  • An Odoo 19 instance with the Alpenglow MCP Connector module installed
  • An API key generated through the Alpenglow setup wizard
  • Python 3.10+ (or install via uv / uvx which handles this automatically)

Quick start

Option A: Run with uvx (recommended)

Install uv if you don't have it, then run:

uvx alpenglow-mcp-bridge --url https://your-odoo.com --token YOUR_API_KEY

Option B: Install with pip

pip install alpenglow-mcp-bridge
alpenglow-mcp-bridge --url https://your-odoo.com --token YOUR_API_KEY

Claude Desktop configuration

Add this to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "alpenglow-odoo": {
      "command": "uvx",
      "args": [
        "alpenglow-mcp-bridge",
        "--url", "https://your-odoo.com",
        "--token", "YOUR_API_KEY"
      ]
    }
  }
}

Environment variables

Instead of CLI flags, you can set:

  • ALPENGLOW_URL — Odoo instance URL
  • ALPENGLOW_TOKEN — API key

Available tools

Tool Description
alpenglow_list_models List available Odoo models
alpenglow_describe Get full schema for a model
alpenglow_search Search records with filters and pagination
alpenglow_read Read records by ID
alpenglow_create Create new records
alpenglow_update Update existing records
alpenglow_delete Delete records
alpenglow_aggregate Run reporting queries (count, sum, avg, group_by, trend, etc.)
alpenglow_execute Call whitelisted ORM methods

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alpenglow_mcp_bridge-1.0.4.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

alpenglow_mcp_bridge-1.0.4-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file alpenglow_mcp_bridge-1.0.4.tar.gz.

File metadata

  • Download URL: alpenglow_mcp_bridge-1.0.4.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for alpenglow_mcp_bridge-1.0.4.tar.gz
Algorithm Hash digest
SHA256 f535dcb4c108c00a729fb68ed75adb7edd82d4936d4b5219e30ad4fff7dbc769
MD5 cdc710db5a293c294a5fd7e819781022
BLAKE2b-256 e833c75c5053b79e653fdca2d048872d4d2aa0b2d3ee7bf8d8a39ae30db66882

See more details on using hashes here.

File details

Details for the file alpenglow_mcp_bridge-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: alpenglow_mcp_bridge-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for alpenglow_mcp_bridge-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0d47ba3b6bb8e066c42fedba67a865b8891dcb1a68f8dbeb4cc9672ae4835477
MD5 1e40130511e56a76a4ef182820ab88a6
BLAKE2b-256 b10f8b128889aa731818e5103dbe97919d74b2e9a50fdf18fe218f0fafd3aa16

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.4 This release

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page