Submit

Pituitary

@autholykos

Catch spec drift before it catches you. Pituitary indexes your specs, docs, and decision records, then detects overlap, contradictions, stale docs, and code that drifts from what was decided. 6 tools for spec-aware AI workflows: - search_specs: semantic search across indexed spec sections - check_overlap: detect specs that cover overlapping ground - compare_specs: side-by-side tradeoff analysis of two specs - analyze_impact: trace which specs, docs, and code paths are affected when a spec changes - check_doc_drift: find docs that contradict accepted specs - review_spec: full composite review (overlap + comparison + impact + drift + remediation) Single Go binary. One SQLite file. No API keys required. Deterministic by default.

Server Config

{
  "mcpServers": {
    "pituitary": {
      "command": "pituitary",
      "args": [
        "serve",
        "--config",
        ".pituitary/pituitary.toml"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.