File tree 4 files changed +62
-2
lines changed
4 files changed +62
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ Add two non-partition-based strategies. Category: `timerange`.
162
162
- https://gitlab.com/DigonIO/scheduler
163
163
- Document complete " Docker Compose" setup variant, using both CrateDB and ` cratedb-retention`
164
164
- Generalize from ` cutoff_day` to ` cutoff_date` ?
165
- For example, use ` ms` . See https://iotdb.apache.org/UserGuide/V1.1.x/Delete-Data /TTL.html.
165
+ For example, use ` ms` . See https://iotdb.apache.org/UserGuide/latest/Basic-Concept /TTL-Delete .html#ttl-delete-data .
166
166
- More battle testing, in sandboxes and on production systems.
167
167
- Use storage classes
168
168
- https://github.com/crate/crate/issues/14298
Original file line number Diff line number Diff line change
1
+ # MCP backlog
2
+
3
+ ## Iteration +1
4
+ - Launch server using SSE transport.
5
+ - Other than just selecting a server from the registry per ` --server-name ` ,
6
+ also permit selecting an arbitrary server.
7
+ - Provide registry information per MCP resource, launch server per MCP tool.
8
+ - Guidelines about running with [ MCP Inspector] .
9
+
10
+
11
+ [ MCP Inspector ] : https://github.com/modelcontextprotocol/inspector
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ ctk query mcp --server-name=postgres-basic launch
63
63
## References
64
64
65
65
Popular MCP servers that can talk to CrateDB, alphabetically sorted.
66
+ Detailed MCP API capabilities about all of them, regarding available prompts,
67
+ resources, and tools, can be explored on the {doc}` landscape ` page.
68
+ Ready-to-run example programs are available per example collection
69
+ about [ exploring MCP with CrateDB] .
66
70
67
71
- [ CrateDB MCP]
68
72
- [ DBHub]
@@ -71,16 +75,29 @@ Popular MCP servers that can talk to CrateDB, alphabetically sorted.
71
75
- [ PostgreSQL basic]
72
76
- [ Quarkus JDBC]
73
77
74
- Detailed MCP API capabilities about prompts, resources, and tools.
78
+ :::{note}
79
+ The {doc}` landscape ` page can be generated using this command:
75
80
``` shell
76
81
uvx ' cratedb-toolkit[mcp]' query mcp inquire --format=markdown | sponge mcp-cratedb-landscape.md
77
82
```
83
+ :::
84
+
85
+
86
+ ``` {toctree}
87
+ :maxdepth: 2
88
+ :hidden:
89
+
90
+ landscape
91
+ notes
92
+ backlog
93
+ ```
78
94
79
95
80
96
[ CrateDB ] : https://cratedb.com/database
81
97
[ CrateDB MCP ] : https://github.com/crate/cratedb-mcp
82
98
[ CrateDB SQLAlchemy dialect ] : https://cratedb.com/docs/sqlalchemy-cratedb/
83
99
[ DBHub ] : https://github.com/bytebase/dbhub
100
+ [ exploring MCP with CrateDB ] : https://github.com/crate/cratedb-examples/tree/main/framework/mcp
84
101
[ inquiry ] : https://github.com/crate/cratedb-toolkit/blob/main/cratedb_toolkit/query/mcp/inquiry.py
85
102
[ Introduction to MCP ] : https://modelcontextprotocol.io/introduction
86
103
[ JBang ] : https://www.jbang.dev/
Original file line number Diff line number Diff line change
1
+ # MCP notes
2
+
3
+ ## MCP package registries
4
+
5
+ - https://mcp.so/
6
+ - https://mcphub.tools/
7
+ - https://smithery.ai/
8
+
9
+ ## MCP servers
10
+
11
+ - https://github.com/jjsantos01/qgis_mcp
12
+ - https://github.com/ahujasid/blender-mcp
13
+ - https://github.com/Simon-Kansara/ableton-live-mcp-server
14
+ - https://github.com/ihrpr/mcp-server-jupyter
15
+ - https://github.com/logiscape/mcp-sdk-php
16
+ - https://github.com/fusedio/fused-mcp
17
+ - https://pypi.org/project/mcp-atlassian/
18
+ - https://pypi.org/project/mcp-server-fetch/
19
+ - https://mcp.so/server/mcp-installer
20
+ - [ pypi-search] ( https://github.com/nomicode/cline/tree/main/MCP/pypi-search )
21
+ - https://github.com/nerding-io/n8n-nodes-mcp
22
+ - https://github.com/opensumi/core
23
+ - https://github.com/awslabs/mcp
24
+ - https://github.com/Upsonic/Upsonic
25
+ - https://github.com/anaisbetts/mcp-installer
26
+ - https://github.com/mark3labs/mcp-go
27
+ - https://github.com/modelcontextprotocol/inspector
28
+ - https://github.com/lastmile-ai/mcp-agent
29
+ - https://github.com/drillan/sphinx-mcp-test
30
+ - https://github.com/github/github-mcp-server
31
+ - https://github.com/varunneal/spotify-mcp
32
+ - https://github.com/BrowserMCP/mcp
You can’t perform that action at this time.
0 commit comments