Skip to main content
Glama

MCP Neo4j Server

by da-okazaki
package.json1.2 kB
{ "name": "@alanse/mcp-neo4j-server", "version": "0.2.0", "description": "Neo4j MCP server for integrating Neo4j graph database with Claude Desktop through natural language interactions", "type": "module", "bin": { "mcp-neo4j": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "neo4j-driver": "^5.27.0", "uuid": "^11.0.4" }, "devDependencies": { "@types/node": "^20.11.24", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "keywords": [ "mcp", "neo4j", "graph-database", "claude", "natural-language", "database" ], "author": "Daichi Okazaki", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/da-okazaki/mcp-neo4j-server.git" }, "bugs": { "url": "https://github.com/da-okazaki/mcp-neo4j-server/issues" }, "homepage": "https://github.com/da-okazaki/mcp-neo4j-server#readme" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/da-okazaki/mcp-neo4j-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server