Neo4j Agent Memory MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | Yes | Neo4j database URI (e.g., bolt://localhost:7687) | |
| NEO4J_DATABASE | No | Neo4j database name (optional) - For Neo4j Enterprise with multiple databases | neo4j |
| NEO4J_PASSWORD | Yes | Neo4j password | |
| NEO4J_USERNAME | Yes | Neo4j username |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_memoriesC | Search and retrieve memories from the knowledge graph |
| create_memoryA | Create a new memory in the knowledge graph. Consider that the memory might already exist, so Search → Create → Connect (its important to try and connect memories) |
| create_connectionC | Create a connection between two memories (its good to have connected memories) |
| update_memoryC | Update properties of an existing memory such as adding more detail or make a change when you find out something new |
| update_connectionC | Update properties of an existing connection between memories |
| delete_memoryA | Delete a memory and all its connections (use with caution - this permanently removes the memory and all its connections) |
| delete_connectionA | Delete a specific connection between two memories (use with caution - this permanently removes the relationship) |
| list_memory_labelsA | List all unique memory labels currently in use with their counts (useful for getting an overview of the knowledge graph) |
| get_guidanceB | Get help on using the memory tools effectively |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/knowall-ai/mcp-neo4j-agent-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server