Loading MCP server directory, please wait...
A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.
npx @getmcp/cli add io.github.neo4j-contrib/mcp-neo4j-cypherRequires Python 3.10+. Community-contributed server. Review source before installing.
NEO4J_URINeo4j connection URI
NEO4J_USERNAMENeo4j username
NEO4J_PASSWORDNeo4j password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.neo4j-contrib/mcp-neo4j-cypher": {
"command": "uvx",
"args": [
"mcp-neo4j-cypher"
],
"env": {
"NEO4J_URI": "",
"NEO4J_USERNAME": "",
"NEO4J_PASSWORD": "",
"NEO4J_DATABASE": "",
"NEO4J_NAMESPACE": "",
"NEO4J_RESPONSE_TOKEN_LIMIT": "",
"NEO4J_READ_TIMEOUT": "",
"NEO4J_READ_ONLY": "",
"NEO4J_SCHEMA_SAMPLE_SIZE": ""
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.