File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
cratedb_toolkit/query/mcp Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ class McpServerRegistry:
1919 "CRATEDB_MCP_HTTP_URL" : "http://localhost:4200" ,
2020 "CRATEDB_MCP_TRANSPORT" : "stdio" ,
2121 },
22- requirements = ["cratedb-mcp @ git+https://github.com/crate/cratedb-mcp@packaging-adjustments " ],
23- homepage = "https://github .com/crate/ cratedb-mcp" ,
22+ requirements = ["cratedb-mcp" ],
23+ homepage = "https://cratedb .com/docs/guide/integrate/mcp/ cratedb-mcp.html " ,
2424 description = """
2525The CrateDB MCP server specialises on advanced CrateDB SQL operations by blending in
2626knowledge base resources from CrateDB's documentation about query optimizations.
@@ -30,10 +30,9 @@ class McpServerRegistry:
3030 example = r"""
3131export CRATEDB_MCP_HTTP_URL=http://localhost:4200
3232mcpt call query_sql --params '{"query":"SELECT * FROM sys.summits LIMIT 3"}' \
33- uvx ' cratedb-mcp @ git+https://github.com/crate/cratedb-mcp@packaging-adjustments' \
33+ uvx cratedb-mcp serve \
3434 | jq
3535 """ ,
36- issues = ["https://github.com/crate/cratedb-mcp/pull/3" ],
3736 )
3837
3938 dbhub = McpServer (
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ The CrateDB MCP server specialises on advanced CrateDB SQL operations by blendin
99knowledge base resources from CrateDB's documentation about query optimizations.
1010It is written in Python, optionally to be invoked with ` uv ` or ` uvx ` .
1111
12- :Homepage: < https://github .com/crate/ cratedb-mcp >
12+ :Homepage: < https://cratedb .com/docs/guide/integrate/mcp/ cratedb-mcp.html >
1313: Validated with CrateDB: True
14- :Install: ` uv pip install ' cratedb-mcp @ git+https://github.com/crate/cratedb-mcp@packaging-adjustments' `
15- :Run: ` cratedb-mcp `
14+ :Install: ` uv pip install cratedb-mcp `
15+ :Run: ` cratedb-mcp serve `
1616:Example:
1717 ``` shell
1818 export CRATEDB_MCP_HTTP_URL=http://localhost:4200
1919 mcpt call query_sql --params ' {"query":"SELECT * FROM sys.summits LIMIT 3"}' \
20- uvx ' cratedb-mcp @ git+https://github.com/crate/cratedb-mcp@packaging-adjustments ' \
20+ uvx cratedb-mcp serve \
2121 | jq
2222 ```
2323
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Using [cratedb-mcp].
4141``` shell
4242export CRATEDB_MCP_HTTP_URL=http://localhost:4200
4343mcpt call query_sql --params ' {"query":"SELECT * FROM sys.summits LIMIT 3"}' \
44- uvx ' cratedb-mcp @ git+https://github.com/crate/cratedb-mcp@packaging-adjustments ' \
44+ uvx cratedb-mcp serve \
4545 | jq
4646```
4747Using [ mcp-alchemy] .
@@ -112,7 +112,7 @@ ctk query mcp --server-name=postgres-basic launch
112112
113113
114114[ CrateDB ] : https://cratedb.com/database
115- [ cratedb-mcp ] : https://github .com/crate/ cratedb-mcp
115+ [ cratedb-mcp ] : https://cratedb .com/docs/guide/integrate/mcp/ cratedb-mcp.html
116116[ CrateDB Cloud ] : https://cratedb.com/docs/cloud/
117117[ CrateDB Toolkit ] : https://cratedb-toolkit.readthedocs.io/
118118[ Docker ] : https://www.docker.com/
You can’t perform that action at this time.
0 commit comments