Project Memory MCP Server
Provides the ability to use Supabase with pgvector as a scalable, synced memory backend for the MCP server, allowing memories to be shared across machines.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Project Memory MCP Serverremember that I prefer tabs over spaces"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ContextMemory: MCP Server & 3D Visualizer 🧠
An ultra-lightweight, lightning-fast Model Context Protocol (MCP) Server and 3D Visualizer designed to connect your AI agents (like Antigravity or OpenCode) to a shared long-term memory graph in Neo4j.
🌟 Features
MCP Server for AI Agents: Gives your AI coding assistants a persistent, shared memory via
search_memory,add_memory, anddelete_memorytools.Lazy-Loaded PyTorch: Instant server boot times (less than 4s). AI models only load into RAM when a memory operation is explicitly requested.
Realtime 3D Visualizer: A sleek local web application that maps your project's memory as a glowing, interactive neural network.
Neo4j Aura Ready: Directly offloads graph storage and vector queries to Neo4j Cloud, saving your local disk space.
Vercel Ready: Easily deploy the visualizer to the internet for a public-facing brain!
Related MCP server: Memento Vault
🚀 Quick Start (Local Setup)
Clone the Repository
git clone https://github.com/mmyahya29/MCP-Visualizer.git cd MCP-VisualizerConfigure your Database Credentials Rename the
.env.examplefile to.envand insert your Neo4j Cloud credentials:NEO4J_URI=neo4j+s://... NEO4J_USERNAME=neo4j NEO4J_PASSWORD=your_passwordLaunch the Visualizer!
Windows: Double-click
run.batMac/Linux: Run
./run.sh
This automatically sets up your Python virtual environment, installs the requirements, and opens the 3D visualizer at
http://localhost:8000.
🤖 Connecting to your AI Agents (MCP Setup)
To give your AI coding agents access to this brain, configure them to use this repository as a local MCP server.
For Antigravity:
Add the following to your ~/.gemini/config/mcp_config.json:
"mcpServers": {
"foster-memory": {
"command": "/absolute/path/to/MCP-Visualizer/venv/Scripts/python.exe",
"args": [
"/absolute/path/to/MCP-Visualizer/server.py"
]
}
}(Mac/Linux users: change venv/Scripts/python.exe to venv/bin/python)
For OpenCode:
Add the following to your ~/.config/opencode/opencode.json:
"mcp": {
"foster-memory": {
"type": "local",
"command": [
"/absolute/path/to/MCP-Visualizer/venv/Scripts/python.exe",
"/absolute/path/to/MCP-Visualizer/server.py"
],
"enabled": true
}
}🌐 Deploying to Vercel
If you want to host your 3D Visualizer permanently on the internet:
Copy the contents of the
VercelVisualizerfolder into a new GitHub repository.Go to Vercel.com and deploy that specific repository.
In your Vercel Dashboard, add your
NEO4J_URI,NEO4J_USERNAME, andNEO4J_PASSWORDenvironment variables.
Built to make your AI tools smarter.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides persistent memory for AI coding agents, enabling them to read and write structured knowledge through MCP-compatible tools.Last updated1MIT
- Alicense-qualityAmaintenanceProvides persistent knowledge capture and retrieval for coding agents. Enables searching the vault, storing notes, capturing sessions, and reading notes via MCP tools.Last updated12MIT
- Alicense-qualityAmaintenanceProvides persistent memory for AI coding agents via MCP, allowing them to recall fragility, decisions, and bugs across sessions.Last updated2943MIT
- Alicense-qualityDmaintenanceA persistent memory MCP server for AI assistants, storing and retrieving notes using local JSONL files with BM25 search.Last updatedMIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
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/mmyahya29/MCP-Memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server