.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/agno-agi/dash
home/mcp-servers/agno-agi/dash
agno-agi avatar

dash

byagno-agi· 4 MCP servers

Stars

2.2k

Forks

250

Category

Data Science & Analytics

View on GitHub

TL;DR

A self-learning data agent that delivers insights, not just SQL results

How to install dash?

agno-agi/dash
$git clone https://github.com/agno-agi/dash

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dash by running `git clone https://github.com/agno-agi/dash`, then use it for the current task and follow its documentation at https://github.com/agno-agi/dash.

Files · 1

View on GitHub
README.md
1# Dash
2 
3A **self-learning data agent** built with systems engineering principles. It grounds answers in 6 layers of context and improves with every query.
4 
5Chat with Dash via Slack, the terminal, or the [AgentOS](https://os.agno.com?utm_source=github&utm_medium=example-repo&utm_campaign=agent-example&utm_content=dash&utm_term=agentos) web UI.
6 
7## Quick Start
8 
9```sh
10# Clone the repo
11git clone https://github.com/agno-agi/dash.git && cd dash
12 
13cp example.env .env
14# Edit .env and add your OPENAI_API_KEY
15 
16# Start the system
17docker compose up -d --build
18 
19# Generate sample data and load knowledge
20docker exec -it dash-api python scripts/generate_data.py
21docker exec -it dash-api python scripts/load_knowledge.py
22```
23 
24Confirm Dash is running at [http://localhost:8000/docs](http://localhost:8000/docs).
25 
26### Connect to the Web UI
27 
281. Open [os.agno.com](https://os.agno.com?utm_source=github&utm_medium=example-repo&utm_campaign=agent-example&utm_content=dash&utm_term=agentos) and login
292. Add OS → Local → `http://localhost:8000`
303. Click "Connect"
31 
32**Try it** (SaaS metrics dataset):
33 
34- What's our current MRR?
35- Which plan has the highest churn rate?
36- Show me revenue trends by plan over the last 6 months
37- Which customers are at risk of churning?
38 
39## Deploy to Railway
40 
41Railway deployment uses `.env.production` to keep production credentials separate from local dev.
42 
43```sh
44cp example.env .env.production
45# Edit .env.production — set OPENAI_API_KEY
46```
47 
48### Step 1: Deploy infrastructure
49 
50This creates the Railway project, database, and app service. The app will crash-loop until the JWT key is added in the next step — that's expected.
51 
52```sh
53railway login
54./scripts/railway_up.sh
55```
56 
57### Step 2: Get your JWT key
58 
59Production requires a `JWT_VERIFICATION_KEY` from [AgentOS](https://os.agno.com?utm_source=github&utm_medium=example-repo&utm_campaign=agent-example&utm_content=dash&utm_term=agentos). You need the Railway domain from step 1 to set this up.
60 
611. Copy your Railway domain from the output of step 1 (e.g. `dash-production-xxxx.up.railway.app`)
622. Open [os.agno.com](https://os.agno.com?utm_source=github&utm_medium=example-repo&utm_campaign=agent-example&utm_content=dash&utm_term=agentos) and login
633. Add OS → Live → paste your Railway URL
644. Go to **Settings** and generate a key pair
655. Add the public key to `.env.production` (wrap in single quotes):
66 
67```bash
68JWT_VERIFICATION_KEY='-----BEGIN PUBLIC KEY-----
69MIIBIjANBgkq...
70-----END PUBLIC KEY-----'
71```
72 
73### Step 3: Push environment and redeploy
74 
75```sh
76./scripts/railway_env.sh
77./scripts/railway_redeploy.sh
78```
79 
80`railway_env.sh` reads `.env.production` and sets each variable on the Railway service. Safe to run repeatedly. Handles multiline values (PEM keys) correctly.
81 
82### Production operations
83 
84Database scripts must run inside Railway's network (the internal hostname `pgvector.railway.internal` isn't reachable from your local machine). Use SSH to connect to the running container:
85 
86```sh
87railway ssh --service dash
88# Inside the container:
89python scripts/generate_data.py
90python scripts/load_knowledge.py
91```
92 
93Other operations run locally:
94 
95```sh
96railway logs --service dash
97railway open
98```
99 
100## Why Dash Exists
101 
102Ask a question in English, get a correct, meaningful answer. That's the goal. But raw LLMs writing SQL hit a wall fast: schemas lack meaning, types are misleading, tribal knowledge is missing, there's no way to learn from mistakes, and results lack interpretation.
103 
104The root cause is missing context and missing memory. Dash solves this with **six layers of grounded context**, a **self-learning loop** that improves with every query, and a focus on delivering insights you can act on.
105 
106## Architecture: Five Layers, One System
107 
108Agentic software is just software with the business logic replaced by agents. Everything else is systems engineering. Dash is built across five layers that reinforce each other.
109 
110```
111Agent Engineering → dash/team.py + dash/agents/
112Data Engineering → knowledge/ + A

Preview

agno-agi/dashagno-agi/dash
Repoagno-agi/dash
TypeMCP Servers
CategoryData Science & Analytics
UpdatedJul 2026
LicenseApache-2.0
First seenJul 26, 2026

Tags

MCP

Related

6 picks
Type
  1. dbt-labs avatardbt-mcpA MCP (Model Context Protocol) server for interacting with dbt resources.MCP ServersJul 2026105k595
  2. antvis avatarmcp-server-chartA Model Context Protocol server for generating charts using AntV.MCP ServersMay 202693k4.3k
  3. datalayer avatarjupyter-mcp-server🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.MCP ServersJul 202681k1.2k
  4. tableau avatartableau-mcpHelping agents see and understand data.MCP ServersJul 202646k314
  5. oxylabs avataroxylabs-mcpFetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.MCP ServersJun 202639k101
  6. apconw avataraix-dbAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。MCP ServersJun 202638k2.2k