Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MCP Tools

163 MCP tools expose Gaius functionality to Claude Code and other MCP-compatible clients.

Tool Categories

CategoryCountDescription
Health~20Health checks, FMEA, observer, incidents
Agents~15Swarm, evolution, cognition, theta
Inference~10Scheduler, endpoints, GPU status
Knowledge Base~15Search, CRUD, sync, semantic search
Observability~10Metrics, Prometheus, status
Data Pipeline~10Metaflow, lineage, flows
Visualization~5Render, card management
Bases~10Feature store queries, entity history
Collections~15Card collections, publishing
Articles~5Article curation, status
X Bookmarks~8Sync, auth, folders
Calibration~5Understanding calibration
Evolution~10Agent versions, optimization
System~25Config, models, sessions, research

Naming Convention

Tools follow a consistent naming pattern: <domain>_<action> (e.g., health_observer_status, scheduler_submit, gpu_health).

Example Usage

From Claude Code:

> Use the health_observer_status tool to check system health
> Use the gpu_health tool to check GPU memory usage
> Use the search_kb tool to find articles about pensions

Server Configuration

{
  "mcpServers": {
    "gaius": {
      "command": "uv",
      "args": ["run", "gaius-mcp"],
      "cwd": "/path/to/gaius"
    }
  }
}

Note: For the complete tool list with parameters, see src/gaius/mcp_server.py.