This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 2c3ef383bb added gremlin-mcp to website CTR
2c3ef383bb is described below
commit 2c3ef383bb0db31d2c0b8b804e15920fc9823ba6
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Nov 24 13:43:50 2025 -0500
added gremlin-mcp to website CTR
---
docs/site/home/community.html | 11 +++++++++++
docs/site/home/download.html | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/docs/site/home/community.html b/docs/site/home/community.html
index 3b16b48309..8f75b14c8b 100644
--- a/docs/site/home/community.html
+++ b/docs/site/home/community.html
@@ -737,6 +737,17 @@ const l = await
g.V().out('knows').in('created').toList();</code></pre>
</div>
</div>
+ <div class="d-flex align-items-start">
+ <img
src="img/community/arrow-right-circle-fill.svg" class="img-fluid me-3 pt-1"
+ alt="img">
+ <div>
+ <p class="ft-17">
+ <a
href="https://www.npmjs.com/package/gremlin-mcp"
+ target="_blank"
class="text-blue">gremlin-mcp</a>: Model Context Protocol (MCP) Server for
Gremlin
+ </p>
+ </div>
+ </div>
+
<div class="d-flex align-items-start">
<img
src="img/community/arrow-right-circle-fill.svg" class="img-fluid me-3 pt-1"
alt="img">
diff --git a/docs/site/home/download.html b/docs/site/home/download.html
index 5b90ab0236..bef6c7bd96 100644
--- a/docs/site/home/download.html
+++ b/docs/site/home/download.html
@@ -519,10 +519,10 @@ limitations under the License.
<tr>
<td data-label="Repository" class="bold">npm</td>
<td data-label="Recommended Runtime">Node.js
20</td>
- <td data-label="Artifacts"><a
href="https://www.npmjs.com/package/gremlin" class="text-blue">gremlin </a>
<br> <a href="https://www.npmjs.com/package/gremlint"
class="text-blue">gremlint </a></td>
+ <td data-label="Artifacts"><a
href="https://www.npmjs.com/package/gremlin" class="text-blue">gremlin </a>
<br> <a href="https://www.npmjs.com/package/gremlint"
class="text-blue">gremlint </a> <br> <a
href="https://www.npmjs.com/package/gremlin-mcp" class="text-blue">greml-mcp
</a></td>
<td data-label="">
<div class="code-box1">
- npm i gremlin <br> npm i gremlint
+ npm i gremlin <br/> npm i gremlint <br/>
npm i gremlin-mcp
</div>
</td>
</tr>