Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From mcp-neo4j
Local stdio MCP server for Neo4j graph database, focused on memory storage, retrieval, and management. Runs via uvx; likely requires Neo4j connection URI and credentials.
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-memory": {
"command": "uvx",
"args": [
"mcp-neo4j-memory"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.