Serversio.github.neo4j-labs/neo4j-mcp-canary
C

io.github.neo4j-labs/neo4j-mcp-canary

io.github.neo4j-labs/neo4j-mcp-canary · v0.2.3
▦ pypi
v0.2.3pypi pypi: neo4j-mcp-canary↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.neo4j-labs/neo4j-mcp-canary",
  "description": "Neo4j MCP Canary — The canary goes first so the rest of us know what's coming",
  "repository": {
    "url": "https://github.com/neo4j-labs/neo4j-mcp-canary",
    "source": "github"
  },
  "version": "0.2.3",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "neo4j-mcp-canary",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Neo4j connection URI",
          "isRequired": true,
          "format": "string",
          "name": "NEO4J_URI"
        },
        {
          "description": "Neo4j Database username",
          "isRequired": true,
          "format": "string",
          "name": "NEO4J_USERNAME"
        },
        {
          "description": "Neo4j Database password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NEO4J_PASSWORD"
        },
        {
          "description": "Neo4j Database name",
          "isRequired": true,
          "format": "string",
          "name": "NEO4J_DATABASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}