Stats
Actions
Tags
From mcp-neo4j
Local MCP server that integrates with Neo4j to provide a persistent memory graph. Enables storing, retrieving, and querying structured information across sessions. Requires Neo4j connection details.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-neo4j-memory": {
"command": "uvx",
"args": [
"mcp-neo4j-memory"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
First indexed Nov 13, 2025
First indexed Nov 13, 2025
npx claudepluginhub pleaseai/claude-code-plugins --plugin mcp-neo4j