Skip to main content
Glama
TimWongUp

Keepygaga RAG

by TimWongUp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KEEPYGAGA_RAG_CONFIGNoPath to the configuration file (runtime override).
KEEPYGAGA_RAG_DASHBOARD_PORTNoPort for the dashboard (runtime override). Defaults to 8765.
KEEPYGAGA_RAG_DASHBOARD_AUTO_CLOSENoWhether to automatically close the dashboard (runtime override).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search ordinary local knowledge with hybrid FTS and vector recall, reciprocal rank fusion, and online reranking. Results are grouped by text table and include source paths, headings, chunk text, and scores.

This tool never searches core Agent memory or context-backup trees, even when either appears below a configured source root. Indexing text is sent to the configured Embedding provider; query text and candidate chunks are sent to the configured Reranker provider only for sources with current user consent.

Args: query: Natural-language or exact-text knowledge query. top_k: Results to return, from 1 through 20. table_ids: Optional text-table filters, at most 20. source_ids: Optional source filters, at most 20.

Results locate candidate source material. Read the returned source file before treating a match as authoritative.

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/TimWongUp/keepygaga-rag'

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