redseerdigital

11 mods across 1 repository, 0 stars between them.

redseerdigital/redseer_mcp_trail

Instructions file

Claude Code instructions for redseerdigital/redseer_mcp_trail, covering contributing conventions for agami-core, dev workflow, code conventions, customer-safety rules (this is a public repo) and tests.

0 1mo ago A 1,045 tokens

agami-core

04

redseerdigital/redseer_mcp_trail

Plugin Claude Code

The trust layer between AI and your database, so an agent's answers are defensible. Every join, metric, and named filter is confidence-scored and either FK-derived or human-approved via a review dashboard. Every answer ships a SQL receipt showing what ran and which model version it used. Works across Postgres / MySQL…

0 1mo ago A tokens not measured

agami-connect

05

redseerdigital/redseer_mcp_trail

Skill Claude CodeCodex

End-to-end database connection for agami: sets up credentials on first run (DB-type picker → writes /local/credentials.example for the user to fill in), then introspects the live DB directly into the agami semantic model (subject areas, tables, columns, relationships with join cardinality, deep-table column groups…

0 1mo ago B 162 tokens

agami-deploy

06

redseerdigital/redseer_mcp_trail

Skill Claude CodeCodex

Prepares a ready-to-run, self-hosted agami deploy bundle ON THE USER'S MACHINE so a team can stand up a shareable MCP server their Claude connects to. Conversationally gathers the hard-floor inputs (hostname, admin identity), auto-detects the local model, writes docker-compose.yml + Caddyfile + a filled agami.env…

0 1mo ago D 164 tokens

agami-model

07

redseerdigital/redseer_mcp_trail

Skill Claude CodeCodex

The single dashboard for the active profile's semantic model — browse, curate, AND sign off the trust layer in one surface. Browse every subject area, table, field, metric, entity, and join with live search; edit descriptions/metrics/entities/joins; exclude tables/columns you don't want queried; add new metrics; edit…

0 1mo ago B 178 tokens

agami-query

08

redseerdigital/redseer_mcp_trail

Skill Claude CodeCodex

Answers natural-language questions about the user's database. Loads the agami semantic model (subject areas, tables, columns, relationships with join cardinality, entities, metrics) and few-shot examples from / /, generates SQL via the examples-first traversal (pick subject area → match examples → resolve…

0 1mo ago D 161 tokens

agami-reconcile

09

redseerdigital/redseer_mcp_trail

Skill Claude CodeCodex

Reconciles known (label, expectedvalue) numbers from an existing dashboard against agami's answers. Input can be a SCREENSHOT of a Metabase / Power BI / Tableau / Looker dashboard (Claude's vision extracts the pairs), a CSV, or numbers pasted inline — the user doesn't need to know which; they can just ask. For each…

0 1mo ago A 153 tokens

redseerdigital/redseer_mcp_trail

Skill Claude CodeCodex

Saves a user correction so future queries learn from it. Always appends a (question, correctedsql) pair to the subject area's example library under / /promptexamples/ /. Additionally, classifies the correction and — when applicable — applies a surgical edit to the semantic model itself (relationship fix, column…

0 1mo ago B 121 tokens

agami-serve

11

redseerdigital/redseer_mcp_trail

Skill Claude CodeCodex

Wires the local agami MCP server (python -m mcpharness) into the Claude Desktop app in one step, so you can ask your database questions from Claude Desktop — not just inside Claude Code. Auto-detects the right Python interpreter (the one with your DB driver), installs the agami-core package into it so the registration…

0 1mo ago A 139 tokens