Back to directory
NeoCoder-neo4j-ai-workflow

NeoCoder-neo4j-ai-workflow

@angrysky5620

An MCP server that enables AI assistants to use Neo4j knowledge graphs and Qdrant vector databases for hybrid reasoning and workflow management.

neo4jknowledge-graphqdrantvector-databaseai-assistantworkflowpythoncontext

Installation & Configuration

{
  "mcpServers": {
    "neocoder": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/your/NeoCoder-neo4j-ai-workflow/src/mcp_neocoder",
        "run",
        "mcp_neocoder"
      ],
      "env": {
        "NEO4J_URL": "bolt://localhost:7687",
        "NEO4J_USERNAME": "neo4j",
        "NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
        "NEO4J_DATABASE": "neo4j"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/22
Updated
2026/6/8