apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
Apache License 2.0
266 stars 10 forks source link

Model Context Protocol support #214

Open fanyang01 opened 6 days ago

fanyang01 commented 6 days ago

https://www.anthropic.com/news/model-context-protocol

https://github.com/modelcontextprotocol/servers/blob/main/src/postgres/index.ts

fanyang01 commented 3 days ago

https://github.com/apecloud/myduckserver/blob/main/docs/tutorial/mcp.md

MyDuck can work with the official Postgres MCP server seamlessly. The next step should be adding support for server-side MCP implementation, then potential users can use a MCP proxy (e.g., https://github.com/boilingdata/mcp-server-and-gw) to connect to MyDuck.