Skip to content

Releases: Altinity/altinity-mcp

Release v1.1.0

25 Sep 12:56

Choose a tag to compare

Altinity MCP Server v1.1.0

Release Notes

v1.1.0

IMPROVEMENTS

  • switch to go 1.25, update go.mod
  • add --clickhouse-http-headers and CLICKHOUSE_HTTP_HEADERS to configuration, fix #18

BUG FIXES

  • generate OpenAPI schema with /openapi endpoint, even without JWE token, fix #15
  • fix stdio transport failures after implementations JWE, fix #17
  • fix isSelectQuery corner cases, fix #22

Docker

docker run --rm ghcr.io/altinity/altinity-mcp:1.1.0 altinity-mcp --help

Helm

helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>

Release v1.0.7

21 Aug 13:01

Choose a tag to compare

Altinity MCP Server v1.0.7

Release Notes

v1.0.7

IMPROVEMENTS

  • Update and enhance integration documentation for AI tools like Claude, Cursor, Windsurf, and OpenAI GPTs.
  • Improve Helm chart documentation and resolve issues in the publishing workflow.
  • Update project dependencies.

Docker

docker run --rm ghcr.io/altinity/altinity-mcp:1.0.7 altinity-mcp --help

Helm

helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>

Release v1.0.6

18 Aug 19:01

Choose a tag to compare

Altinity MCP Server v1.0.6

Release Notes

v1.0.6

IMPROVEMENTS

  • allow empty --jwt-secret-key parameter in CLI and inside /jwe_token_generator
  • when jwt secret empty then instead of use JWT inside JWE just use json serialization and encrypt it with JWE
  • during check JWE token first of all try to validate encrypted token as JWT if this is not JWT token try try parse descryted JWE as json and try to check expire without JWT

Docker

docker run --rm ghcr.io/altinity/altinity-mcp:1.0.6 altinity-mcp --help

Helm

helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>

Release v1.0.5

09 Aug 18:15

Choose a tag to compare

Altinity MCP Server v1.0.5

Release Notes

v1.0.5

IMPROVEMENTS

  • add --cors-origin CLI parameter and MCP_CORS_ORIGIN config parameter, to allow custom origin in CORS policy

BUG FIXES

Docker

docker run --rm ghcr.io/altinity/altinity-mcp:1.0.5 altinity-mcp --help

Helm

helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>

Release v1.0.4

06 Aug 18:51

Choose a tag to compare

Altinity MCP Server v1.0.4

Release Notes

v1.0.4

FEATURES

  • add /jwe-token-generator endpoint to generate JWE tokens, fix #8

Docker

docker run --rm ghcr.io/altinity/altinity-mcp:1.0.4 altinity-mcp --help

Helm

helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>

Release v1.0.3

04 Aug 18:20

Choose a tag to compare

Altinity MCP Server v1.0.3

Release Notes

v1.0.3

BUG FIXES

  • fix /health behavior for read_only=true corner case, fix #7

Docker

docker pull ghcr.io/altinity/altinity-mcp:1.0.3

Release v1.0.2

04 Aug 18:20

Choose a tag to compare

Altinity MCP Server v1.0.2

Release Notes

v1.0.2

IMPROVEMENTS

  • add support Authorization: Bearer, Authorization: Basic and x-altinity-mcp-key headers for MCP servers
  • add push helm chart into oci://ghcr.io/altinity/altinity-mcp/helm

Docker

docker pull ghcr.io/altinity/altinity-mcp:1.0.2

Release v1.0.1

30 Jul 19:01

Choose a tag to compare

Altinity MCP Server v1.0.1

Release Notes

v1.0.1

BUG FIXES

  • fix /messages handler for MCP SSE transport when JWE disabled

Docker

docker pull ghcr.io/altinity/altinity-mcp:1.0.1

Release v1.0.0

24 Jul 10:29

Choose a tag to compare

Altinity MCP Server v1.0.0

Release Notes

v1.0.0

Initial release of Altinity MCP Server

Features

vibe coded with https://github.com/hotovo/aider-desk

Docker

docker pull ghcr.io/altinity/altinity-mcp:1.0.0