Neo4j MCP Server
by alvaropaco
Neo4j MCP Server
MCP server para operações abstratas de grafos Neo4j.
Deploy
# Build
cd neo4j-mcp && docker build -t neo4j-mcp:latest .
# Import to k3s
docker save neo4j-mcp:latest | k3s ctr images import -
# Apply (password set via existing K8s secret or env)
kubectl apply -f k8s/deployment.yaml
# Or set password directly:
kubectl create secret generic neo4j-mcp-secrets \
--namespace=openclaw-instance-1 \
--from-literal=NEO4J_URI=bolt://openclaw-instance-1-neo4j:7687 \
--from-literal=NEO4J_USER=neo4j \
--from-literal=NEO4J_PASSWORD=<your-password> \
--dry-run=client -o yaml | kubectl apply -f -Tools
Tool | Description |
| Search nodes by label/properties or free-text |
| Create a node |
| Update node properties |
| Delete nodes |
| Introspect schema |
| Raw Cypher queries |
| Search relationships |
| Create a relationship |
Security
⚠️ Never commit real passwords. The deployment manifest uses a placeholder ${NEO4J_PASSWORD}. Set the actual password via Kubernetes secrets.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alvaropaco/neo4j-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server