neo4j
stdioUsed by 1 plugin
Installs rag-architect, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub latestaiagents/agent-skills --plugin rag-pluginDescription
Neo4j graph database for GraphRAG patterns
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-neo4j"
],
"env": {
"NEO4J_URI": "${NEO4J_URI:-bolt://localhost:7687}",
"NEO4J_USER": "${NEO4J_USER:-neo4j}",
"NEO4J_PASSWORD": "${NEO4J_PASSWORD}"
}
}
}
}Replace placeholder values for: NEO4J_PASSWORD
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@anthropic/mcp-neo4j
Environment Variables
NEO4J_URI=${NEO4J_URI:-bolt://localhost:7687}NEO4J_USER=${NEO4J_USER:-neo4j}NEO4J_PASSWORD=${NEO4J_PASSWORD}Required Secrets
NEO4J_PASSWORD
Capabilities
data