Skip to content

Releases: oisee/odata_mcp_go

Release v1.6.0

03 Feb 23:26

Choose a tag to compare

OData MCP Bridge v1.6.0

Installation

  1. Download the appropriate binary for your platform
  2. Make it executable (Linux/macOS): chmod +x odata-mcp
  3. Move to your PATH or reference directly in Claude Desktop config

Checksums

See checksums.txt for SHA256 checksums of all binaries.

What's Changed

See CHANGELOG.md for details.

Release v1.5.1

19 Sep 09:27

Choose a tag to compare

OData MCP Bridge v1.5.1

Installation

  1. Download the appropriate binary for your platform
  2. Make it executable (Linux/macOS): chmod +x odata-mcp
  3. Move to your PATH or reference directly in Claude Desktop config

Checksums

See checksums.txt for SHA256 checksums of all binaries.

What's Changed

See CHANGELOG.md for details.

Release v1.5.0

17 Sep 22:18

Choose a tag to compare

OData MCP Bridge v1.5.0

Installation

  1. Download the appropriate binary for your platform
  2. Make it executable (Linux/macOS): chmod +x odata-mcp
  3. Move to your PATH or reference directly in Claude Desktop config

Checksums

See checksums.txt for SHA256 checksums of all binaries.

What's Changed

See CHANGELOG.md for details.

OData MCP Bridge v1.4.0

20 Jul 22:26

Choose a tag to compare

OData MCP Bridge v1.4.0

Installation

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf odata-mcp-*.tar.gz or unzip odata-mcp-*.zip
  3. Make executable (Linux/macOS): chmod +x odata-mcp-*
  4. Move to PATH or use full path in Claude Desktop config

Quick Install (Linux/macOS)

# Linux
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.4.0/odata-mcp-v1.4.0-linux-amd64.tar.gz | tar -xz
chmod +x odata-mcp-linux-amd64
sudo mv odata-mcp-linux-amd64 /usr/local/bin/odata-mcp

# macOS Intel
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.4.0/odata-mcp-v1.4.0-darwin-amd64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-amd64
sudo mv odata-mcp-darwin-amd64 /usr/local/bin/odata-mcp

# macOS Apple Silicon
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.4.0/odata-mcp-v1.4.0-darwin-arm64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-arm64
sudo mv odata-mcp-darwin-arm64 /usr/local/bin/odata-mcp

Checksums

Verify your download with the SHA256 checksums in checksums.txt

OData MCP Bridge v1.3.0

07 Jul 11:53

Choose a tag to compare

OData MCP Bridge v1.3.0

Installation

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf odata-mcp-*.tar.gz or unzip odata-mcp-*.zip
  3. Make executable (Linux/macOS): chmod +x odata-mcp-*
  4. Move to PATH or use full path in Claude Desktop config

Quick Install (Linux/macOS)

# Linux
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.3.0/odata-mcp-v1.3.0-linux-amd64.tar.gz | tar -xz
chmod +x odata-mcp-linux-amd64
sudo mv odata-mcp-linux-amd64 /usr/local/bin/odata-mcp

# macOS Intel
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.3.0/odata-mcp-v1.3.0-darwin-amd64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-amd64
sudo mv odata-mcp-darwin-amd64 /usr/local/bin/odata-mcp

# macOS Apple Silicon
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.3.0/odata-mcp-v1.3.0-darwin-arm64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-arm64
sudo mv odata-mcp-darwin-arm64 /usr/local/bin/odata-mcp

Checksums

Verify your download with the SHA256 checksums in checksums.txt

OData MCP Bridge v1.2.3

05 Jul 21:49

Choose a tag to compare

OData MCP Bridge v1.2.3

Installation

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf odata-mcp-*.tar.gz or unzip odata-mcp-*.zip
  3. Make executable (Linux/macOS): chmod +x odata-mcp-*
  4. Move to PATH or use full path in Claude Desktop config

Quick Install (Linux/macOS)

# Linux
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.3/odata-mcp-v1.2.3-linux-amd64.tar.gz | tar -xz
chmod +x odata-mcp-linux-amd64
sudo mv odata-mcp-linux-amd64 /usr/local/bin/odata-mcp

# macOS Intel
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.3/odata-mcp-v1.2.3-darwin-amd64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-amd64
sudo mv odata-mcp-darwin-amd64 /usr/local/bin/odata-mcp

# macOS Apple Silicon
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.3/odata-mcp-v1.2.3-darwin-arm64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-arm64
sudo mv odata-mcp-darwin-arm64 /usr/local/bin/odata-mcp

Checksums

Verify your download with the SHA256 checksums in checksums.txt

OData MCP Bridge v1.2.1

04 Jul 21:38
72ddd73

Choose a tag to compare

OData MCP Bridge v1.2.1

Installation

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf odata-mcp-*.tar.gz or unzip odata-mcp-*.zip
  3. Make executable (Linux/macOS): chmod +x odata-mcp-*
  4. Move to PATH or use full path in Claude Desktop config

Quick Install (Linux/macOS)

# Linux
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.1/odata-mcp-v1.2.1-linux-amd64.tar.gz | tar -xz
chmod +x odata-mcp-linux-amd64
sudo mv odata-mcp-linux-amd64 /usr/local/bin/odata-mcp

# macOS Intel
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.1/odata-mcp-v1.2.1-darwin-amd64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-amd64
sudo mv odata-mcp-darwin-amd64 /usr/local/bin/odata-mcp

# macOS Apple Silicon
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.1/odata-mcp-v1.2.1-darwin-arm64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-arm64
sudo mv odata-mcp-darwin-arm64 /usr/local/bin/odata-mcp

Checksums

Verify your download with the SHA256 checksums in checksums.txt

OData MCP Bridge v1.2.0

04 Jul 08:28

Choose a tag to compare

OData MCP Bridge v1.2.0

Installation

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf odata-mcp-*.tar.gz or unzip odata-mcp-*.zip
  3. Make executable (Linux/macOS): chmod +x odata-mcp-*
  4. Move to PATH or use full path in Claude Desktop config

Quick Install (Linux/macOS)

# Linux
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.0/odata-mcp-v1.2.0-linux-amd64.tar.gz | tar -xz
chmod +x odata-mcp-linux-amd64
sudo mv odata-mcp-linux-amd64 /usr/local/bin/odata-mcp

# macOS Intel
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.0/odata-mcp-v1.2.0-darwin-amd64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-amd64
sudo mv odata-mcp-darwin-amd64 /usr/local/bin/odata-mcp

# macOS Apple Silicon
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.2.0/odata-mcp-v1.2.0-darwin-arm64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-arm64
sudo mv odata-mcp-darwin-arm64 /usr/local/bin/odata-mcp

Checksums

Verify your download with the SHA256 checksums in checksums.txt

OData MCP Bridge v1.1.3

01 Jul 08:41

Choose a tag to compare

Pre-release

OData MCP Bridge v1.1.3

Installation

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf odata-mcp-*.tar.gz or unzip odata-mcp-*.zip
  3. Make executable (Linux/macOS): chmod +x odata-mcp-*
  4. Move to PATH or use full path in Claude Desktop config

Quick Install (Linux/macOS)

# Linux
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.1.3/odata-mcp-v1.1.3-linux-amd64.tar.gz | tar -xz
chmod +x odata-mcp-linux-amd64
sudo mv odata-mcp-linux-amd64 /usr/local/bin/odata-mcp

# macOS Intel
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.1.3/odata-mcp-v1.1.3-darwin-amd64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-amd64
sudo mv odata-mcp-darwin-amd64 /usr/local/bin/odata-mcp

# macOS Apple Silicon
curl -L https://github.com/oisee/odata_mcp_go/releases/download/v1.1.3/odata-mcp-v1.1.3-darwin-arm64.tar.gz | tar -xz
chmod +x odata-mcp-darwin-arm64
sudo mv odata-mcp-darwin-arm64 /usr/local/bin/odata-mcp

Checksums

Verify your download with the SHA256 checksums in checksums.txt

Full Changelog: v1.0.1...v1.1.3

Universal OData ↔ MCP Bridge v1.0.1 (Multi-Platform Binaries)

27 Jun 08:48

Choose a tag to compare

🚀 First+1 public release of the Go-based Universal OData ↔ MCP Bridge.

FIX: GitHub Copilot was not able to see MCP server tools - fixed.

This release includes native binaries for all major platforms:

  • Linux (amd64)
  • Windows (amd64)
  • macOS (Intel)
  • macOS (Apple Silicon)

Features:

  • 🔁 Automatic MCP tool generation for OData v2 services
  • 🔐 Authentication: Basic Auth, Cookie-based, CSRF token support
  • 🧠 Intelligent tool naming and filtering
  • 🪄 No config required: just point to a service URL
  • 🧰 Works with Claude Desktop and other local MCP-based agents

Download the right binary for your OS below 👇

🔗 Source: https://github.com/oisee/odata_mcp_go