sqlite-memory-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_writeC | Write a memory entry to the knowledge base |
| memory_readA | Read a specific memory entry by key |
| memory_searchB | Search memories using full-text search (FTS5) |
| memory_listC | List memory entries with optional filters |
| memory_deleteB | Delete a memory entry |
| memory_statsC | Get memory statistics |
| context_setB | Set a context value for cross-skill state sharing |
| context_getC | Get a context value |
| context_listA | List all context values for a session |
| context_clearC | Clear context values |
| context_shareC | Share context from one session to another |
| skill_registerC | Register a skill installation |
| skill_getC | Get skill information |
| skill_listA | List all registered skills |
| skill_usage_startC | Start tracking skill usage |
| skill_usage_endC | End skill usage tracking |
| skill_recommendC | Get skill recommendations based on project type and success rates |
| skill_statsB | Get skill usage statistics |
| failure_recordC | Record a failure experience for future reference |
| failure_searchB | Search for failure experiences and solutions using FTS5 |
| failure_listC | List failure experiences |
| failure_updateB | Update a failure record with a solution |
| failure_statsC | Get failure statistics |
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/miles990/sqlite-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server