pituitary Skill
pituitary is a Go AI agent skill for Cursor, Windsurf, VS Code with docker, remote URL. Catch spec drift before it catches you. Indexes your specs, docs, and decision records, then detects overlap, contradictions, stale docs, and code that drifts from what was decided.
How to use pituitary Skill
Client configuration
# Smithery.ai MCP server configuration
# See: https://smithery.ai/docs
startCommand:
type: stdio
configSchema:
type: object
properties:
configPath:
type: string
description: "Path to pituitary.toml config file"
default: ".pituitary/pituitary.toml"
required: []
commandFunction: |-
(config) => {
const args = ["serve"];
if (config.configPath) {
args.push("--config", config.configPath);
}
return {
command: "pituitary",
args,
};
}
build:
dockerfile: Dockerfile.smithery
dockerBuildContext: .
Compatible clients
What is pituitary Skill?
pituitary is a Go AI agent skill for Cursor, Windsurf, VS Code with docker, remote URL. Catch spec drift before it catches you. Indexes your specs, docs, and decision records, then detects overlap, contradictions, stale docs, and code that drifts from what was decided. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Document generation support
- OpenAI provider support
- Anthropic provider support
- Google provider support
Available tools
Technical details
Install or run pituitary using docker. Check nantobv/pituitary for the latest setup command.
- Built for Go
- Built for Docker
- Built for Rust
- Install or run with docker
- Install or run with remote URL
- Works with Cursor
- Works with Windsurf
- Works with VS Code
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use pituitary Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is pituitary?
pituitary is a Go AI agent skill for Cursor, Windsurf, VS Code with docker, remote URL. Catch spec drift before it catches you. Indexes your specs, docs, and decision records, then detects overlap, contradictions, stale docs, and code that drifts from what was decided.
Who is pituitary best for?
pituitary is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install pituitary?
Install or run pituitary using docker. Check pituitary for the latest setup command.
Is pituitary actively maintained?
pituitary may need a closer maintenance check before production use.
Auto-fetched from GitHub.