11# CrateDB MCP Server
22
33[ ![ Bluesky] [ badge-bluesky ]] [ target-bluesky ]
4+ [ ![ Release Notes] [ badge-release-notes ]] [ project-release-notes ]
5+
46[ ![ Status] [ badge-status ]] [ target-project ]
57[ ![ License] [ badge-license ]] [ target-license ]
68[ ![ CI] [ badge-ci ]] [ project-ci ]
@@ -55,8 +57,8 @@ sessions like Claude.
5557
5658Configure the ` CRATEDB_MCP_HTTP_URL ` environment variable to match your CrateDB instance.
5759For example, when connecting to CrateDB Cloud, use a value like
58- https://admin:dZ...6LqB@testdrive.eks1.eu-west-1.aws.cratedb.net:4200/ .
59- When connecting to CrateDB on localhost, use http://localhost:4200/ .
60+ ` https://admin:dZ...6LqB@testdrive.eks1.eu-west-1.aws.cratedb.net:4200/ ` .
61+ When connecting to CrateDB on localhost, use ` http://localhost:4200/ ` .
6062``` shell
6163export CRATEDB_MCP_HTTP_URL=" http://localhost:4200/"
6264```
@@ -73,7 +75,7 @@ Start MCP server with `sse` transport.
7375``` shell
7476CRATEDB_MCP_TRANSPORT=sse cratedb-mcp
7577```
76- Note: If you are not able to use ` uv tool install ` , please use
78+ Note: If you are unable to use ` uv tool install ` , please use
7779` uv run cratedb-mcp ` to acquire and run the package ephemerally.
7880
7981# Simple Claude configuration
@@ -114,12 +116,12 @@ To learn how to set up a development sandbox, see the [development documentation
114116[ badge-ci ] : https://github.com/crate/cratedb-mcp/actions/workflows/tests.yml/badge.svg
115117[ badge-coverage ] : https://codecov.io/gh/crate/cratedb-mcp/branch/main/graph/badge.svg
116118[ badge-bluesky ] : https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff&label=Follow%20%40CrateDB
117- [ badge-issues ] : https://img.shields.io/github/issues/crate/cratedb-mcp
118119[ badge-license ] : https://img.shields.io/github/license/crate/cratedb-mcp
119- [ badge-release-notes ] : https://img.shields.io/badge/Release%20Notes-v0.0.0-blue
120+ [ badge-release-notes ] : https://img.shields.io/github/release/crate/cratedb-mcp?label=Release+Notes
120121[ badge-status ] : https://img.shields.io/badge/status--alpha-orange
121122[ project-ci ] : https://github.com/crate/cratedb-mcp/actions/workflows/tests.yml
122123[ project-coverage ] : https://app.codecov.io/gh/crate/cratedb-mcp
124+ [ project-release-notes ] : https://github.com/crate/cratedb-mcp/releases
123125[ target-bluesky ] : https://bsky.app/search?q=cratedb
124126[ target-license ] : https://github.com/crate/cratedb-mcp/blob/main/LICENSE
125127[ target-project ] : https://github.com/crate/cratedb-mcp
0 commit comments