MCP.so
ログイン

Pituitary

@dusk-network

Pituitary について

Catch spec drift before it catches you. Pituitary indexes your specs, docs, and decision records, then detects overlap,

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

dusk-network

投稿者

Emanuele Francioni

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "pituitary": {
      "command": "pituitary",
      "args": [
        "serve",
        "--config",
        ".pituitary/pituitary.toml"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Pituitary?

Point Pituitary at your repository. It indexes your specs, docs, and decision records, then catches what you can’t track by hand. What you wrote down should still be true — Pituitary makes sure it is.

How to use Pituitary?

Download the Pituitary binary from GitHub Releases and place it on your PATH. Generate a configuration file with pituitary init --path ., then build the index with pituitary index --rebuild. No API keys are required in deterministic mode.

Key features of Pituitary

  • Semantic search across indexed spec sections by domain and status.
  • Detect overlapping specs with similarity scores and relationship classification.
  • Side-by-side tradeoff analysis of two specs.
  • Trace impact of spec changes on specs, code refs, and docs.
  • Find stale docs relative to accepted specs with cited evidence.
  • Full composite review combining overlap, comparison, impact, drift, and remediation.

Use cases of Pituitary

  • PR review: agent calls check_overlap and analyze_impact when a PR touches specs or decision records.
  • Pre-merge drift check: agent calls check_doc_drift to surface stale docs before merging.

コメント

「その他」の他のコンテンツ