iiRecord
Agentic AI Atlas · Neo4j MCP Server
tool-server:mcp-neo4ja5c.ai
II.
ToolServer JSON

tool-server:mcp-neo4j

Structured · live

Neo4j MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-databases.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-neo4j",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-databases.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Neo4j MCP Server",
    "description": "MCP server providing access to Neo4j graph databases.\nEnables AI agents to run Cypher queries, explore graph schemas,\nmanage nodes and relationships, and build knowledge graphs.\n",
    "protocol": "mcp",
    "category": "database",
    "repoUrl": "https://github.com/neo4j-contrib/mcp-neo4j",
    "maintainer": "Neo4j",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-neo4j",
      "to": "tool:neo4j",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-neo4j",
      "to": "stack-part:graph-database",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-neo4j",
      "to": "domain:databases",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-neo4j",
      "to": "domain:data-science",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}