MCP Memory SQLite
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SQLITE_DB_PATH | No | Where to store your data | ./sqlite-memory.db |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_entitiesC | Create or update entities with observations |
| search_nodesC | Search entities and relations by text query. Returns up to limit results (default 10, max 50) ordered by relevance. |
| read_graphC | Get recent entities and their relations |
| create_relationsD | Create relations between entities |
| delete_entityC | Delete entity and associated data |
| delete_relationC | Delete relation between entities |
| get_entity_with_relationsC | Get an entity along with all its relations and related entities. Useful for exploring the knowledge graph around a specific entity. |
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
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/spences10/mcp-memory-sqlite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server