spmallette commented on code in PR #3238: URL: https://github.com/apache/tinkerpop/pull/3238#discussion_r2421858372
########## docs/src/upgrade/release-3.8.x.asciidoc: ########## @@ -30,6 +30,20 @@ complete list of all the modifications that are part of this release. === Upgrading for Users +==== Gremlin MCP Server + +Gremlin MCP Server is an experimental application that implements the link:https://modelcontextprotocol.io/[Model Context Protocol] +(MCP) to expose Gremlin Server-backed graph operations to MCP-capable clients such as Claude Desktop, Cursor, or +Windsurf. Through this integration, graph structure can be discovered, Gremlin traversals can be executed, and common +import/export tasks (for example, GraphSON or CSV) can be performed. Basic health checks are included to validate +connectivity. + +A running Gremlin Server that fronts the target TinkerPop graph is required. An MCP client can be configured to connect Review Comment: it will work with the basic authentication that Gremlin Server has. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
