@@ -36,6 +36,10 @@ program.
3636 Server for JDBC] from the [ quarkus-mcp-servers] package, providing a range
3737 of tools. It is written in Java, to be invoked with [ JBang] .
3838
39+ - ` example_mcp_alchemy.py ` : Exercise communication using the [ MCP Alchemy] MCP
40+ server package, providing a range of tools. It is written in Python, and uses
41+ [ SQLAlchemy] and the [ CrateDB SQLAlchemy dialect] .
42+
3943## Resources
4044
4145- Read a [ brief introduction to MCP] by ByteByteGo.
@@ -124,10 +128,12 @@ unlocking more details and features.
124128[ Claude Desktop configuration ] : https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#using-an-mcp-client
125129[ connecting to an already running MCP server ] : https://github.com/modelcontextprotocol/python-sdk/issues/145
126130[ CrateDB ] : https://cratedb.com/database
131+ [ CrateDB SQLAlchemy dialect ] : https://cratedb.com/docs/sqlalchemy-cratedb/
127132[ DBHub ] : https://github.com/bytebase/dbhub
128133[ Introduction to MCP ] : https://modelcontextprotocol.io/introduction
129134[ JBang ] : https://www.jbang.dev/
130135[ MCP ] : https://modelcontextprotocol.io/
136+ [ MCP Alchemy ] : https://github.com/runekaagaard/mcp-alchemy
131137[ MCP Python SDK ] : https://github.com/modelcontextprotocol/python-sdk
132138[ MCP SSE ] : https://github.com/sidharthrajaram/mcp-sse
133139[ Model Context Protocol (MCP) @ CrateDB ] : https://github.com/crate/crate-clients-tools/discussions/234
@@ -137,5 +143,6 @@ unlocking more details and features.
137143[ npx ] : https://docs.npmjs.com/cli/v11/commands/npx
138144[ oterm configuration ] : https://ggozad.github.io/oterm/tools/mcp/
139145[ quarkus-mcp-servers ] : https://github.com/quarkiverse/quarkus-mcp-servers
146+ [ SQLAlchemy ] : https://sqlalchemy.org/
140147[ uv ] : https://docs.astral.sh/uv/
141148[ Writing MCP Clients ] : https://github.com/modelcontextprotocol/python-sdk?tab=readme-ov-file#writing-mcp-clients
0 commit comments