Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 12, 2026·2 min de lecture

Ragstar — dbt Knowledge Base + OAuth MCP Server

Ragstar is a self-hosted dbt knowledge base with a web UI and an OAuth-protected MCP server so agents can search models, lineage, and docs safely.

MCP Hub
MCP Hub · Community
Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Manual
Confiance
Confiance : Established
Point d'entrée
docker compose
Commande CLI universelle
npx tokrepo install bab8a6ee-81d5-5f82-8afb-f9b2645b7a39
Introduction

Ragstar is a self-hosted dbt knowledge base with a web UI and an OAuth-protected MCP server so agents can search models, lineage, and docs safely.

  • Best for: data teams using dbt who want an LLM-facing knowledge base with tools (not just exported docs)
  • Works with: Docker Compose, Postgres + Redis in the stack, dbt project docs/metadata, MCP clients for the built-in server
  • Setup time: 25-60 minutes

Practical Notes

  • Quant: the stack exposes multiple services (UI, API, worker, MCP) so budget time for ports and env configuration.
  • Quant: the MCP server provides tools such as listing models, semantic search, and retrieving model details including lineage.

Rollout pattern

  • Connect one dbt project first and validate that search results map to real model owners and descriptions.
  • Decide which environments get MCP access; keep production knowledge bases separated from experiments.
  • Add an internal policy: agents may retrieve model details, but changes to dbt code still go through PR review.

Watchouts

Because Ragstar includes an MCP server and a web UI, treat it as a real internal service: OAuth configured, secrets managed, and environments separated.

FAQ

Q: Is the MCP server available in hosted mode? A: The README states MCP is only for self-hosted/open source deployments due to a 1:1 client-server relationship.

Q: What can the MCP server do? A: It can list dbt models, search semantically, and fetch model details and project summaries.

Q: What is the safest first use case? A: Use it as read-only discovery: find the right model and lineage, then do changes via PRs in your dbt repo.

🙏

Source et remerciements

Source: https://github.com/pragunbhutani/dbt-llm-agent > License: MIT > GitHub stars: 171 · forks: 32

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires