Installation & Configuration
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": [
"@alanse/mcp-neo4j-server"
],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "your-password",
"NEO4J_DATABASE": "neo4j"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/1/5
Updated
2026/6/8