Favicon of pituitary

pituitary Skill

AI Agent SkillCode & Developer ToolsGoOpen source

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

CursorWindsurfVS CodeCodex

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.

Trust signal
85/100
Maintenance signal
80/100
Adoption signal
33/100

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

search_specs

Technical details

Install or run pituitary using docker. Check nantobv/pituitary for the latest setup command.

dockerremote URLCursorWindsurfVS CodeCodexSSE
  • 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

GoDockerRustMIT licenseAPI key requiredAPI key requiredDatabase 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.

Destructive actionsWrite actionsDatabase accessCredentials requiredCan write or update dataMay support destructive actionsAPI key required authenticationHosted or remote

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

GoDockerRustdockerremote URLCursorWindsurfVS CodeCodexSSE

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.

Share:

Stars
21
Forks
3
Last commit
2 months ago
Repository age
4 months
License
MIT

Auto-fetched from GitHub.

Similar to pituitary