Neo4j MCP Server
Databasestdiov0.3.0
Official MCP server for the Neo4j graph database. Enables AI agents to run Cypher queries, inspect graph schemas, and manage nodes and relationships. Includes support for natural-language to Cypher translation and graph-backed memory for agents. Useful for knowledge graphs, recommendations, fraud detection, and relationship-heavy data.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"neo4j": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "<YOUR_NEO4J_URI>",
"NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>"
}
}
}
}Araçlar (2)
read_cypher
Execute a read-only Cypher query and return matching nodes and relationships.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Cypher query to execute"
},
"params": {
"type": "object",
"description": "Query parameters"
}
}
}get_schema
Return the graph schema including node labels, relationship types, and properties.
{
"type": "object",
"properties": {}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Lisans
- MIT
- Sürüm
- 0.3.0
- Yıldızlar
- 900
- Son güncelleme
- 9 Temmuz 2026