MEMGRAPH-MCP
Provides SQLite-backed memory storage with vector indexing for retrieval, enabling persistent project memory and artifact storage through MCP resources and tools.
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., "@MEMGRAPH-MCPcreate a run to refactor the authentication module"
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.
Agent System
A durable multi-agent orchestrator with:
explicit run graphs and checkpoint/resume
orchestrator-controlled parallel delegation
bounded research swarm execution
coding, review, repair, CI, and approval loops
project memory in backing stores exposed through MCP resources and tools
a real SQLite vector index for memory retrieval
a pluggable external research backend with Tavily support
Scope
This implementation targets the MCP 2025-11-25 spec baseline with the official Python MCP SDK and a FastMCP server for the memory surface. For local development it runs over stdio. For remote deployment, see docs/remote_auth.md.
Related MCP server: agent-team-mcp
Layout
app/runtime: run state, scheduler, orchestrator loop, checkpointingapp/planner: planning and graph revision helpersapp/agents: node executors for research, code, review, repair, CI, synthesis, approvalapp/memory: SQLite-backed memory, retrieval, and artifact indexapp/mcp_server:FastMCPresources, tools, prompts, and server entrypointtests: acceptance and unit coverage
Local usage
uv sync --group dev
uv run pytest
uv run agent-system-mcpRetrieval and research backends
Memory entries are indexed into a local SQLite vector table using
sqlite-vec.The default embedding provider is
auto: it prefers a realsentence-transformersmodel and falls back to the deterministic hash provider only if the model cannot load.Research uses an in-memory corpus backend when a node provides
inputs.corpus.If
TAVILY_API_KEYis set, corpus-free research nodes can use the Tavily backend for external web research.If no corpus and no Tavily key are available, research returns bounded empty findings instead of inventing sources.
Embedding configuration
AGENT_SYSTEM_EMBEDDING_PROVIDER=auto|sentence-transformers|hashAGENT_SYSTEM_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2AGENT_SYSTEM_EMBEDDING_CACHE_DIR=/path/to/cacheAGENT_SYSTEM_EMBEDDING_LOCAL_ONLY=true|false
Example:
AGENT_SYSTEM_EMBEDDING_PROVIDER=sentence-transformers uv run agent-system create-run "improve scheduler"Local transport
Development uses the MCP stdio transport.
Remote deployment
Remote deployment is intentionally documentation-only in v1. The server documents an OAuth 2.1-compatible consent path and keeps local stdio as the default development mode.
Full documentation
state.md: current project state, changes since creation, and roadmap
docs/getting_started.md: fastest path to a working local run and MCP server
docs/operator_guide.md: full system overview, operations, and best practices
docs/developer_custom_graphs.md: Python API usage, custom graph design, and node payload reference
docs/codex_mcp_usage.md: how Codex should use this MCP for large-app planning, memory, and checkpointed execution
examples/plan_large_app.py: example of generating a large-app blueprint and run programmatically
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
- AlicenseDqualityDmaintenanceAI-native orchestration layer with 80+ tools for task management, code editing, browser automation, terminal control, and persistent memory across CLI, local MCP, and cloud deployments.Last updated69631ISC
- Alicense-qualityDmaintenanceA reusable AI software development team built on MCP. 13 specialized agents (Project Manager, Backend, Frontend, QA, Security, DevOps, UX, and more) collaborate via shared SQLite state. Exposes 44 MCP tools across 12 domains. All discussions and decisions are stored in the database so agents get back up to speed immediately when re-loaded.Last updatedMIT
- Alicense-qualityBmaintenanceMulti-project execution, memory, and collaboration platform for humans and AI agents, providing MCP tools for agents to read and write project state.Last updated2MIT
- Alicense-qualityBmaintenanceMulti-agent AI orchestrator that runs parallel coding agents in isolated sessions with self-improving intelligence, exposed via an MCP server for task execution and management.Last updatedMIT
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
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/MikeB317/MEMGRAPH-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server