Skip to main content
Glama
miles990

sqlite-memory-mcp

by miles990

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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