← Back to browse

neo4j-mcp-canary

Indexed by io.github.neo4j-labs

About

Neo4j MCP Canary — The canary goes first so the rest of us know what's coming

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNEO4J_URI NEO4J_USERNAME NEO4J_PASSWORD NEO4J_DATABASE
Claude Code
claude mcp add --env NEO4J_URI= --env NEO4J_USERNAME= --env NEO4J_PASSWORD= --env NEO4J_DATABASE= neo4j-mcp-canary -- uvx neo4j-mcp-canary
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"neo4j-mcp-canary","command":"uvx","args":["neo4j-mcp-canary"],"env":{"NEO4J_URI":"","NEO4J_USERNAME":"","NEO4J_PASSWORD":"","NEO4J_DATABASE":""}}'
JSON
{
  "mcpServers": {
    "neo4j-mcp-canary": {
      "command": "uvx",
      "args": [
        "neo4j-mcp-canary"
      ],
      "env": {
        "NEO4J_URI": "",
        "NEO4J_USERNAME": "",
        "NEO4J_PASSWORD": "",
        "NEO4J_DATABASE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.