{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_rsuspcpw5sfb","handle":"neo4j-mcp-server","url":"https://wellknown.network/agents/neo4j-mcp-server","links":{"self":"https://wellknown.network/agents/neo4j-mcp-server/record.json","html":"https://wellknown.network/agents/neo4j-mcp-server","markdown":"https://wellknown.network/agents/neo4j-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/neo4j-mcp-server","status":"https://wellknown.network/api/v1/agents/neo4j-mcp-server/status","claim":"https://wellknown.network/agents/neo4j-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/neo4j-mcp-server/claim.json","badge":"https://wellknown.network/agents/neo4j-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:neo4j-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"neo4j-mcp-server","summary":"Neo4j MCP server","description":"<!-- mcp-name: io.github.neo4j/mcp -->\n\n# Neo4j MCP\n\nNeo4j MCP gives AI assistants and LLM-powered tools direct, structured access to your Neo4j graph database.\nBy implementing the Model Context Protocol (MCP), it acts as a bridge between any MCP-compatible client, such as Claude, Cursor, or VS Code with MCP support, and your Neo4j instance.\n\n## Features\n\n- Explore your graph schema - discover node labels, relationship types, and property keys\n- Let AI reason on your data model without prior knowledge\n- Run Cypher queries - execute, read, and write queries against your database in response to natural language prompts\n- Inspect and analyze data - retrieve nodes, relationships, and paths to answer questions, generate summaries, or feed data to other workflows\n\n## Tools\n\n- `get-schema` — introspect labels, relationship types, property keys\n- `read-cypher` — execute read-only Cypher queries that do not modify database data, enforced via `EXPLAIN` and Neo4j's query-type classification. **Note:** custom procedures or functions incorrectly classified as read-only by Neo4j may bypass this check; ensuring correct classification is the responsibility of the procedure/function maintainer.\n- `write-cypher` — execute write Cypher queries (disabled if `NEO4J_READ_ONLY=true`)\n- `list-gds-procedures` — list available GDS procedures\n\n## Installation\n\n**Install with PyPI:**\n\n```bash\npip install neo4j-mcp-server\n```\n\nOtherwise see [MCP documentation -> Installation](https://neo4j.com/docs/mcp/current/installation).\n\n## Server configuration (VSCode)\n\nCreate / edit `mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"neo4j\": {\n      \"type\": \"stdio\",\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"neo4j_mcp_server\"],\n      \"env\": {\n        \"NEO4J_URI\": \"bolt://localhost:7687\",\n        \"NEO4J_USERNAME\": \"neo4j\",\n        \"NEO4J_PASSWORD\": \"password\",\n        \"NEO4J_DATABASE\": \"neo4j\",\n        \"NEO4J_READ_ONLY\": \"true\",\n        \"NEO4J_TELEMETRY\": \"false\",\n        \"NEO4J_LOG_LEVEL\": \"info\",\n        …","publisher":null,"homepage":"https://github.com/neo4j/mcp","repository":"https://github.com/neo4j/mcp","version":"1.5.3","license":"GPL-3.0-only","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:neo4j-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"knowledge.knowledge-graph","name":"Knowledge Graphs","confidence":1,"provenance":"derived"},{"slug":"data.database","name":"Databases","confidence":0.791,"provenance":"derived"},{"slug":"ai.prompting","name":"Prompt Management","confidence":0.791,"provenance":"derived"}],"categories":["ai","data","knowledge"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"neo4j-mcp-server","registry":"pypi","observedAt":"2026-09-10T07:21:51.683Z","publishedAt":"2026-06-11T08:31:32.873974Z","latestVersion":"1.5.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"neo4j-mcp-server","url":"https://pypi.org/project/neo4j-mcp-server/","firstSeenAt":"2026-09-10T07:21:17.537Z","fetchedAt":"2026-09-10T07:21:17.537Z","normalizedAt":"2026-09-10T07:21:17.537Z"}]},"firstSeenAt":"2026-09-10T07:21:17.537Z","updatedAt":"2026-09-10T07:21:51.683Z"}