Skip to main content
Glama
ctrlcakepro

Chilon Recall

Official
by ctrlcakepro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAG_API_KEYYesAPI key for the embedding provider (and possibly reranking if it uses the same key).
RAG_MANAGER_CONFIGYesPath to the chilon-recall JSON configuration file.
RAG_RERANK_API_KEYNoOptional API key for the reranking provider. Required only if reranking is enabled in the configuration.
CHILON_RECALL_PYTHONYesPath to the Python interpreter (Python 3.10+) used by the retrieval engine.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
rag_statusA

Inspect source coverage, provider readiness, and the active index without changing data.

rag_list_documentsA

List text documents included by the fixed knowledge-base configuration.

rag_save_configB

Atomically update approved non-secret settings in the server's fixed configuration file.

rag_buildA

Preview or execute a staged index build. Execution requires the unexpired token returned by preview.

rag_queryB

Retrieve source-backed passages from the active local index.

rag_clear_indexA

Preview or move the active index into a recoverable backup. Execution requires a matching token.

rag_list_backupsA

List recoverable index backups without exposing their absolute paths.

rag_restore_indexA

Preview or restore a named backup. Execution requires a matching token and backs up the current index first.

textbook_qaC

Retrieve evidence for answering a learning question from the configured knowledge base.

concept_compareC

Retrieve evidence for comparing two concepts across clear dimensions.

chapter_summaryC

Retrieve evidence for a structured chapter or topic summary.

review_outlineC

Retrieve evidence and organize it for focused study or review.

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/ctrlcakepro/chilon-recall'

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