Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From mcp-neo4j
Provides direct access to Neo4j graph database for Cypher queries, graph traversal, schema inspection, and data manipulation. Runs locally; requires Neo4j connection details.
npx claudepluginhub pleaseai/claude-code-plugins --plugin mcp-neo4jCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-neo4j-cypher": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.