mcp-social-work-graph
v1.0.0
Published
MCP server for knowledge graph operations with Neo4j
Maintainers
Readme
MCP Knowledge Graph Server
MCP server for knowledge graph operations with Neo4j database.
Installation
npm install -g mcp-knowledge-graphUsage
- Set up your Neo4j connection in
.envfile:
NEO4J_URI=neo4j://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=password123- Run the server:
mcp-knowledge-graphAvailable Tools
get_schema: Get knowledge graph schema (node types and relationship types)execute_cypher: Execute Cypher queries for reading and writing operations
Development
npm install
npm run build
npm run dev