Stats
Actions
Tags
From mcp-neo4j
Runs locally as a stdio MCP server for Neo4j data modeling, providing tools for graph database schema design and data modeling capabilities.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-neo4j-data-modeling": {
"command": "uvx",
"args": [
"mcp-neo4j-data-modeling"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub pleaseai/claude-code-plugins --plugin mcp-neo4j