Skip to content

Commit 878a262

Browse files
committed
MCP: Update other documentation (this and that)
1 parent 45e0511 commit 878a262

File tree

4 files changed

+62
-2
lines changed

4 files changed

+62
-2
lines changed

doc/backlog/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Add two non-partition-based strategies. Category: `timerange`.
162162
- https://gitlab.com/DigonIO/scheduler
163163
- Document complete "Docker Compose" setup variant, using both CrateDB and `cratedb-retention`
164164
- 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.
166166
- More battle testing, in sandboxes and on production systems.
167167
- Use storage classes
168168
- https://github.com/crate/crate/issues/14298

doc/query/mcp/backlog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

doc/query/mcp/index.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ ctk query mcp --server-name=postgres-basic launch
6363
## References
6464

6565
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].
6670

6771
- [CrateDB MCP]
6872
- [DBHub]
@@ -71,16 +75,29 @@ Popular MCP servers that can talk to CrateDB, alphabetically sorted.
7175
- [PostgreSQL basic]
7276
- [Quarkus JDBC]
7377

74-
Detailed MCP API capabilities about prompts, resources, and tools.
78+
:::{note}
79+
The {doc}`landscape` page can be generated using this command:
7580
```shell
7681
uvx 'cratedb-toolkit[mcp]' query mcp inquire --format=markdown | sponge mcp-cratedb-landscape.md
7782
```
83+
:::
84+
85+
86+
```{toctree}
87+
:maxdepth: 2
88+
:hidden:
89+
90+
landscape
91+
notes
92+
backlog
93+
```
7894

7995

8096
[CrateDB]: https://cratedb.com/database
8197
[CrateDB MCP]: https://github.com/crate/cratedb-mcp
8298
[CrateDB SQLAlchemy dialect]: https://cratedb.com/docs/sqlalchemy-cratedb/
8399
[DBHub]: https://github.com/bytebase/dbhub
100+
[exploring MCP with CrateDB]: https://github.com/crate/cratedb-examples/tree/main/framework/mcp
84101
[inquiry]: https://github.com/crate/cratedb-toolkit/blob/main/cratedb_toolkit/query/mcp/inquiry.py
85102
[Introduction to MCP]: https://modelcontextprotocol.io/introduction
86103
[JBang]: https://www.jbang.dev/

doc/query/mcp/notes.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

0 commit comments

Comments
 (0)