Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RECALL_DOCS_DIRNoPath to the directory containing .md and .txt documents to index/absolute/path/to/recall-mcp/data/documents

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
search_documentsA

Search the knowledge base for passages relevant to a query.

Args: query: What to look for, in natural language or keywords. limit: Maximum number of passages to return (1-50, default 5). mode: "auto" (semantic if available, else keyword), "semantic", or "keyword". Use "keyword" to force exact-word matching.

Returns: The most relevant passages, each labelled with its source and score.

list_sourcesB

List the documents in the knowledge base and the active search mode.

get_documentA

Return the full text of one document by its source name.

Use list_sources first to see valid names. The caller can then read or summarise the returned text.

add_noteA

Save a new note to the knowledge base and index it immediately.

Args: title: A short title; also used to name the file. content: The note body (plain text or Markdown).

Returns: A confirmation with the created document's source name.

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/jaswanthsurya007-source/recall-mcp'

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