{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_sfzat259jfac","handle":"iflow-mcp-mjftw-neo4j-mcp-server","url":"https://wellknown.network/agents/iflow-mcp-mjftw-neo4j-mcp-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-mjftw-neo4j-mcp-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-mjftw-neo4j-mcp-server","markdown":"https://wellknown.network/agents/iflow-mcp-mjftw-neo4j-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-mjftw-neo4j-mcp-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-mjftw-neo4j-mcp-server/status","claim":"https://wellknown.network/agents/iflow-mcp-mjftw-neo4j-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-mjftw-neo4j-mcp-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-mjftw-neo4j-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-mjftw-neo4j-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-mjftw-neo4j-mcp-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-mjftw-neo4j-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_mjftw_neo4j-mcp-server","summary":"A Memory Control Protocol server implementation using Neo4j as the backend storage for knowledge graph management","description":"# Neo4j MCP Server\n\nThis is a Memory Control Protocol (MCP) server implementation that uses Neo4j as the backend storage for knowledge graph management. It provides a stdio-based interface for storing and retrieving knowledge in a graph database format.\n\n## Prerequisites\n\n- Python 3.8+\n- Neo4j Database (local or remote)\n- Poetry (Python package manager)\n- Docker and Docker Compose (for running Neo4j)\n- Go Task (optional, for task automation)\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone <repository-url>\ncd neo4j_mcp_server\n```\n\n2. Install Poetry if you haven't already:\n```bash\ncurl -sSL https://install.python-poetry.org | python3 -\n```\n\n3. Install dependencies:\n```bash\npoetry install\n```\n\n## Configuration\n\n### Claude Desktop Configuration\n\nFor Ubuntu users running Claude Desktop, you can configure the MCP server by adding it to your Claude desktop configuration file at:\n```\n~/.config/Claude/claude_desktop_config.json\n```\n\nBefore configuring, you need to build the standalone executable:\n```bash\ntask build\n```\n\nThis will create a binary at `dist/neo4j_mcp_server`. Make sure to update the path in your configuration to point to this built executable.\n\nAn example configuration is provided in `example_mcp_config.json`. You can copy and modify this file:\n\n```bash\ncp example_mcp_config.json ~/.config/Claude/claude_desktop_config.json\n```\n\nThen edit the `command` path in the configuration file to point to your built executable:\n```json\n{\n  \"mcpServers\": [\n    {\n      \"name\": \"neo4j-knowledge-graph\",\n      \"command\": [\"/path/to/your/dist/neo4j_mcp_server\"],\n      ...\n    }\n  ]\n}\n```\n\nThe configuration includes:\n- Server name and description\n- Command to start the server (path to the built executable)\n- Available tools and their parameters\n- Required fields and data types\n\n## Running the Server\n\n### Using Task (Recommended)\n\nIf you have Go Task installed, you can use the provided Taskfile to manage the server:\n\n```bash\n# Show available tasks\ntask\n\n# Start every…","publisher":{"name":"Merlin Webster mjftwebster@gmail.com","url":null},"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_mjftw_neo4j-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"knowledge.knowledge-graph","name":"Knowledge Graphs","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"provenance":"derived"}],"categories":["dev","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":"iflow-mcp_mjftw_neo4j-mcp-server","registry":"pypi","observedAt":"2026-09-15T19:23:18.383Z","publishedAt":"2026-01-22T04:19:20.792800Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_mjftw_neo4j-mcp-server","url":"https://pypi.org/project/iflow-mcp_mjftw_neo4j-mcp-server/","firstSeenAt":"2026-09-09T20:24:16.143Z","fetchedAt":"2026-09-15T19:21:51.376Z","normalizedAt":"2026-09-15T19:21:51.376Z"}]},"firstSeenAt":"2026-09-09T20:24:16.143Z","updatedAt":"2026-09-15T19:23:18.383Z"}