From 3ec0a48babac9f2cfff6d9e00b252d52566202e2 Mon Sep 17 00:00:00 2001 From: Ben Weeks Date: Thu, 24 Jul 2025 20:38:40 +0100 Subject: [PATCH 1/2] Add Neo4j Agent Memory MCP Server Add Neo4j Agent Memory server to the third-party servers list - a specialized memory management server for AI agents using Neo4j knowledge graphs. - Memory-focused tools optimized for AI agents - LLM-driven approach with atomic operations - Flexible memory types and semantic relationships - Published as @knowall-ai/mcp-neo4j-agent-memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dda39abc0c..e51406cc84 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ Official integrations are maintained by companies building production ready MCP - NanoVMs Logo **[NanoVMs](https://github.com/nanovms/ops-mcp)** - Easily Build and Deploy unikernels to any cloud. - Needle AI Logo **[Needle](https://github.com/needle-ai/needle-mcp)** - Production-ready RAG out of the box to search and retrieve data from your own documents. - Neo4j Logo **[Neo4j](https://github.com/neo4j-contrib/mcp-neo4j/)** - Neo4j graph database server (schema + read/write-cypher) and separate graph database backed memory +- Neo4j Agent Memory Logo **[Neo4j Agent Memory](https://github.com/knowall-ai/mcp-neo4j-agent-memory)** - Memory management for AI agents using Neo4j knowledge graphs - Neon Logo **[Neon](https://github.com/neondatabase/mcp-server-neon)** - Interact with the Neon serverless Postgres platform - Nerve Logo **[Nerve](https://github.com/nerve-hq/nerve-mcp-server)** - Search and Act on all your company data across all your SaaS apps via [Nerve](https://www.usenerve.com/) - Netdata Logo **[Netdata](https://github.com/netdata/netdata/blob/master/src/web/mcp/README.md)** - Discovery, exploration, reporting and root cause analysis using all observability data, including metrics, logs, systems, containers, processes, and network connections From f2e65fb07c0ea236964a8c2440c2919253a8cdf4 Mon Sep 17 00:00:00 2001 From: Ben Weeks Date: Sat, 26 Jul 2025 17:59:57 +0100 Subject: [PATCH 2/2] Update Neo4j Agent Memory icon to KnowAll favicon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed icon from neo4j.com/favicon.ico to knowall.ai/favicon.ico as requested in PR review feedback. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e51406cc84..a6f5e88a5b 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ Official integrations are maintained by companies building production ready MCP - NanoVMs Logo **[NanoVMs](https://github.com/nanovms/ops-mcp)** - Easily Build and Deploy unikernels to any cloud. - Needle AI Logo **[Needle](https://github.com/needle-ai/needle-mcp)** - Production-ready RAG out of the box to search and retrieve data from your own documents. - Neo4j Logo **[Neo4j](https://github.com/neo4j-contrib/mcp-neo4j/)** - Neo4j graph database server (schema + read/write-cypher) and separate graph database backed memory -- Neo4j Agent Memory Logo **[Neo4j Agent Memory](https://github.com/knowall-ai/mcp-neo4j-agent-memory)** - Memory management for AI agents using Neo4j knowledge graphs +- Neo4j Agent Memory Logo **[Neo4j Agent Memory](https://github.com/knowall-ai/mcp-neo4j-agent-memory)** - Memory management for AI agents using Neo4j knowledge graphs - Neon Logo **[Neon](https://github.com/neondatabase/mcp-server-neon)** - Interact with the Neon serverless Postgres platform - Nerve Logo **[Nerve](https://github.com/nerve-hq/nerve-mcp-server)** - Search and Act on all your company data across all your SaaS apps via [Nerve](https://www.usenerve.com/) - Netdata Logo **[Netdata](https://github.com/netdata/netdata/blob/master/src/web/mcp/README.md)** - Discovery, exploration, reporting and root cause analysis using all observability data, including metrics, logs, systems, containers, processes, and network connections