Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Neo4j MCP Clients & Servers
Claim
Official
by
neo4j-contrib
GitHub
Databases
Knowledge & Memory
Python
118
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-neo4j
.github
libs
servers
.verdaccio
.vscode
DEVELOP.md
.editorconfig
eslint.config.js
.gitignore
jest.config.ts
jest.preset.js
nx.json
package.json
package-lock.json
.prettierignore
.prettierrc
project.json
README.md
tsconfig.base.json
{ "$schema": "./node_modules/nx/schemas/nx-schema.json", "namedInputs": { "default": ["{projectRoot}/**/*", "sharedGlobals"], "production": [ "default", "!{projectRoot}/.eslintrc.json", "!{projectRoot}/eslint.config.js", "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)", "!{projectRoot}/tsconfig.spec.json", "!{projectRoot}/jest.config.[jt]s", "!{projectRoot}/src/test-setup.[jt]s", "!{projectRoot}/test-setup.[jt]s" ], "sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"] }, "nxCloudId": "6750280b426ab2447467d096", "targetDefaults": { "@nx/esbuild:esbuild": { "cache": true, "dependsOn": ["^build"], "inputs": ["production", "^production"] } }, "plugins": [ { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } }, { "plugin": "@nx/jest/plugin", "options": { "targetName": "test" }, "exclude": [ "apps/mcp-neo4j-e2e/**/*", "mcp-neo4j-memory-e2e/**/*", "servers/mcp-neo4j-memory-e2e/**/*", "servers/mcp-json-memory-e2e/**/*" ] }, { "plugin":"@nxlv/python" } ], "release": { "version": { "preVersionCommand": "npx nx run-many -t build" } } }