MCP Server
MCP
io.github.neo4j-labs/neo4j-mcp-canary
Neo4j MCP Canary — The canary goes first so the rest of us know what's coming
Install
uvx neo4j-mcp-canary
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment