Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_MEMORY_PATHYesThe absolute path where memories are saved to disk (e.g., /path/to/mcp-memory-server/mcp_memory_data).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_searchA

Search the semantic memory for a specific project using a natural language query.

memory_addB

Add a new memory fragment/document to the project's vector store.

memory_list_sourcesB

List all files/sources ingested for a project.

memory_delete_sourceB

Delete all memories associated with a specific file source.

memory_statsC

Get statistics for a project's memory (chunk count).

memory_resetC

Reset (clear) all memories for a project.

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/iamjpsharma/fremem'

If you have feedback or need assistance with the MCP directory API, please join our Discord server