agami
01redseerdigital/redseer_mcp_trail
Plugin Claude Code
Plugin marketplace listing 1 plugin: agami-core.
redseerdigital/redseer_mcp_trail
Plugin Claude Code
Plugin marketplace listing 1 plugin: agami-core.
redseerdigital/redseer_mcp_trail
Settings file Claude Code
Agent settings declaring 26 allowed tools.
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.
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…
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…
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…
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…
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…
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…
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…
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…