sqlite-memory-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRIDGE_REPO | No | Path to the bridge git repository. Only needed for bridge/collab flows. | |
| SQLITE_MEMORY_DB | No | Path to the SQLite database file. Defaults to ~/.claude/memory/memory.db. | ~/.claude/memory/memory.db |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_entitiesA | Create new entities in the knowledge graph. Each entity dict has: name (str), entityType (str), observations (list[str]). Optional: project (str). Duplicates are silently ignored. |
| add_observationsA | Add new observations to existing entities. Each dict has: entityName (str), contents (list[str]). Duplicate observations are silently ignored. |
| create_relationsA | Create relations between entities in the knowledge graph. Each dict has: from (str), to (str), relationType (str). Duplicate relations are silently ignored. |
| delete_entitiesA | Delete entities and their associated observations and relations (CASCADE). Also cleans up the FTS index. |
| delete_observationsA | Delete specific observations from entities. Each dict has: entityName (str), observations (list[str]). |
| delete_relationsA | Delete specific relations from the knowledge graph. Each dict has: from (str), to (str), relationType (str). |
| read_graphA | Read the full knowledge graph with pagination. Returns JSON: {entities: [{name, entityType, observations: [...]}], relations: [{from, to, relationType}], total: int, has_more: bool} |
| search_nodesA | Search the knowledge graph using hybrid BM25 + semantic search. When sqlite-vec is installed, combines FTS5 keyword matching with vector cosine similarity via Reciprocal Rank Fusion. Falls back to FTS5-only otherwise. Results are re-ranked with 6 contextual signals (recency, project affinity, graph proximity, richness, canonical facts, session). |
| open_nodesB | Open specific entities and retrieve their inter-relations. Returns the requested entities with observations and all relations that exist between them. |
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/RMANOV/sqlite-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server