oss-autopilot
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dailyA | Run daily PR monitoring check. Fetches all open PRs, enriches with CI status, reviews, and conflicts, then returns a prioritized summary. |
| statusA | Show current PR tracking status including open PRs, shelved PRs, and dismissed issues. |
| searchA | Search GitHub for beginner-friendly open-source issues to contribute to. Returns issues matching configured languages and interests. |
| vetA | Analyze a GitHub issue to determine if it is a good candidate for contribution. Checks for clarity, scope, existing assignees, and staleness. |
| trackA | Start tracking a pull request. Adds the PR to your monitored list so it appears in daily checks and status reports. |
| untrackA | Stop tracking a pull request. Removes the PR from your monitored list. |
| readA | Mark PR notifications as read. Requires either prUrl or all to be specified. |
| commentsA | Fetch and display comments on a pull request, including review comments and issue comments. |
| postC | Post a comment on a GitHub issue or pull request. |
| claimA | Claim a GitHub issue by posting a comment expressing intent to work on it. |
| configA | Get or set OSS Autopilot configuration values. With no args, shows all config. With key and value, sets the value. |
| initA | Initialize OSS Autopilot with a GitHub username. Creates the state file and sets up initial configuration. |
| setupB | Run OSS Autopilot setup to configure preferences like languages, interests, and contribution goals. |
| check-setupA | Check whether OSS Autopilot is properly set up and configured. Returns setup status and any missing configuration. |
| startupB | Run startup checks including GitHub auth verification, state file validation, and configuration status. |
| shelveA | Shelve a PR to temporarily hide it from daily checks and status reports without untracking it. |
| unshelveA | Unshelve a previously shelved PR, returning it to active monitoring. |
| dismissA | Dismiss a GitHub issue so it no longer appears in notifications. |
| undismissA | Undismiss a previously dismissed issue, re-enabling notifications. |
| moveA | Move a PR between states: attention (need attention), waiting (waiting on maintainer), shelved (hidden), or auto (reset to computed status). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| triage | Get a prioritized list of PRs needing attention with recommended actions |
| respond-to-pr | Get context for a PR to help draft a response to maintainer feedback |
| find-issues | Search for good issues to contribute to, ranked by viability |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| status | Current PR tracking status including open PRs, shelved PRs, and dismissed issues. Uses cached local state only (no GitHub fetch). |
| config | Current OSS Autopilot configuration including languages, interests, contribution goals, and preferences. |
| active-prs | All open pull requests from the last daily digest, including CI status, review state, and priority information. |
| shelved-prs | Pull requests that have been manually shelved, temporarily hidden from daily checks and status reports. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/costajohnt/oss-autopilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server