
Pituitary
@dusk-network
关于 Pituitary
Catch spec drift before it catches you. Pituitary indexes your specs, docs, and decision records, then detects overlap,
基本信息
配置
使用下面的配置,将此服务器添加到你的 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_overlapandanalyze_impactwhen a PR touches specs or decision records. - Pre-merge drift check: agent calls
check_doc_driftto surface stale docs before merging.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mlops
visengerA curated list of references for MLOps
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论