Skip to content

Commit b3d1d21

Browse files
committed
README: Improve configuration section about Claude-compatible JSON files
1 parent afaf7eb commit b3d1d21

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,14 @@ The `uvx` launcher command is provided by the [uv] package manager.
5555
The [installation docs](#install) section includes guidelines on how to
5656
install it on your machine.
5757

58-
#### Claude, Cursor, Windsurf
59-
58+
#### Claude, Cline, Cursor, Roo Code, Windsurf
6059
Add the following configuration to your AI assistant's settings to enable the
61-
CrateDB MCP Server:
60+
CrateDB MCP Server.
61+
- Claude: [`claude_desktop_config.json`](https://modelcontextprotocol.io/quickstart/user)
62+
- Cline: [`cline_mcp_settings.json`](https://docs.cline.bot/mcp/configuring-mcp-servers)
63+
- Cursor: [`~/.cursor/mcp.json` or `.cursor/mcp.json`](https://docs.cursor.com/context/model-context-protocol)
64+
- Roo Code: [`mcp_settings.json` or `.roo/mcp.json`](https://docs.roocode.com/features/mcp/using-mcp-in-roo/)
65+
- Windsurf: [`~/.codeium/windsurf/mcp_config.json`](https://docs.windsurf.com/windsurf/cascade/mcp)
6266
```json
6367
{
6468
"mcpServers": {
@@ -68,7 +72,15 @@ CrateDB MCP Server:
6872
"env": {
6973
"CRATEDB_CLUSTER_URL": "http://localhost:4200/",
7074
"CRATEDB_MCP_TRANSPORT": "stdio"
71-
}
75+
},
76+
"alwaysAllow": [
77+
"get_health",
78+
"get_table_metadata",
79+
"query_sql",
80+
"get_cratedb_documentation_index",
81+
"fetch_cratedb_docs"
82+
],
83+
"disabled": false
7284
}
7385
}
7486
}

docs/backlog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
- https://gofastmcp.com/getting-started/welcome#fastmcp-2-0-and-the-official-mcp-sdk
1212
- https://gofastmcp.com/patterns/testing
1313
- README: Provide AI assistant snippets about configuring `sse` or `streamable-http`
14-
transports, see LibreChat.
14+
transports, see Cline and LibreChat, by adding a section about how to connect to
15+
existing MCP servers via URL endpoints.
16+
- https://docs.cline.bot/mcp/connecting-to-a-remote-server
17+
- https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/mcp_servers
1518
- Install: Others also just use `docker` right away? Others discourage using `uvx`.
1619
- https://github.com/ppl-ai/modelcontextprotocol/?tab=readme-ov-file#step-3-configure-claude-desktop
1720
- https://medium.com/@scalablecto/stop-running-your-mcp-tools-via-npx-uvx-right-now-380d1ab99d3f

0 commit comments

Comments
 (0)