Skip to main content
Glama
TimWongUp

Keepygaga RAG

by TimWongUp

Keepygaga RAG

English | 简体中文

Keepygaga RAG is the independently runnable Knowledge/RAG subproject of Keepygaga. It indexes authorized local Markdown and plain-text sources, combines SQLite FTS5 and LanceDB vector recall with reciprocal-rank fusion, and applies online reranking while preserving traceable source coordinates.

Project status: personal software in active development (pre-alpha). This repository is published for early testing and collaboration. Interfaces, data formats, and behavior may change without notice. There is no support, uptime, or compatibility commitment, and issues or pull requests may be handled at the maintainer's discretion.

Its only public MCP tool is raw search. When the MCP host registration ID is keepygaga_rag, the complete host tool name is mcp__keepygaga_rag__search. The MCP Server display name is Keepygaga RAG.

Requirements

  • Python 3.12+

  • A local directory containing Markdown or plain-text material

  • Configured and user-authorized embedding and reranking APIs

  • uv is recommended

Related MCP server: search-docs

Install and use

git clone https://github.com/TimWongUp/keepygaga-rag.git
cd keepygaga-rag
uv sync --extra dashboard
cp keepygaga-rag.example.toml keepygaga-rag.toml
uv run keepygaga-rag doctor
uv run python mcp_server.py
uv run keepygaga-rag dashboard
uv run keepygaga-rag indexer

The Dashboard listens on 127.0.0.1:8765 by default. Runtime overrides use KEEPYGAGA_RAG_CONFIG, KEEPYGAGA_RAG_DASHBOARD_PORT, and KEEPYGAGA_RAG_DASHBOARD_AUTO_CLOSE.

Safety boundaries

  • Original files remain authoritative; indexes are rebuildable derived data.

  • agents-memory/** and _context-backups/** are always excluded at every depth.

  • Indexed text is sent only to the authorized embedding provider. Query text and candidate chunks are sent only to the authorized reranker.

  • Provider, model, or source-scope changes require renewed user consent.

  • Hybrid results locate sources; read the returned source file before treating a match as authoritative.

For the exact local/external data boundary, credential handling, and provider responsibilities, see Privacy and data flow.

Contributing and security

Contributions are welcome within the project's pre-alpha scope. Before opening an issue or pull request, read Contributing.

Do not report vulnerabilities in a public issue. Follow the private reporting instructions in Security.

License

MIT

Available Tools

1 tool

TDQS

A4.4/5.0
Disambiguation5/5

With only one tool exposed, there is no possible overlap or misselection between tools. The single search operation is unambiguous.

Naming Consistency5/5

The lone tool is named with a clear, lowercase verb ('search') that accurately describes its action. There are no other names to create mixed conventions or inconsistent patterns.

Tool Count3/5

A single tool is borderline: acceptable for a retrieval-only endpoint, but thin for a server branded as a RAG system, which would typically benefit from source/table discovery or management tools.

Completeness3/5

The search tool itself is feature-rich with hybrid retrieval, reranking, and filters, but the surface is incomplete for a RAG lifecycle: agents cannot ingest, update, delete, or even enumerate available sources/tables without external knowledge.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables semantic search over local Markdown documentation using hybrid retrieval combining embeddings, keyword search, and graph traversal with automatic file watching and zero-configuration setup.
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to search local Markdown documents using natural language, with automatic indexing and section-level retrieval.
    9
    5
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to search, read, and traverse a local knowledge base of Markdown files using full-text search and relationship graph, reducing token usage.
    MIT

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