Skip to content

Commit 7a2f34d

Browse files
committed
feat: add mcp-neo4j plugin to marketplace
Add Neo4j MCP plugin to the marketplace, providing graph database operations, memory management, Aura cloud management, and data modeling capabilities through four integrated MCP servers. Related PR: neo4j-contrib/mcp-neo4j#207
1 parent c7865eb commit 7a2f34d

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
"source": "github",
6767
"repo": "amondnet/mcp-grafana"
6868
}
69+
},
70+
{
71+
"name": "mcp-neo4j",
72+
"description": "Neo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling",
73+
"source": {
74+
"source": "github",
75+
"repo": "amondnet/mcp-neo4j"
76+
}
6977
}
7078
]
7179
}

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
[submodule "plugins/grafana"]
2323
path = plugins/grafana
2424
url = git@github.com:amondnet/mcp-grafana.git
25+
[submodule "plugins/mcp-neo4j"]
26+
path = plugins/mcp-neo4j
27+
url = git@github.com:amondnet/mcp-neo4j.git

plugins/mcp-neo4j

Submodule mcp-neo4j added at 56f05b8

0 commit comments

Comments
 (0)