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

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install bab8a6ee-81d5-5f82-8afb-f9b2645b7a39 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

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