PR Orchestrator MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (optional, default: INFO) | INFO |
| E2B_API_KEY | Yes | E2B API key for sandbox | |
| E2B_TEMPLATE | No | E2B template (optional, default: base) | base |
| GITHUB_TOKEN | Yes | GitHub personal access token | |
| ALLOWED_REPOS | Yes | Comma-separated list of allowed repositories (e.g., owner/repo1,owner/repo2) | |
| GITHUB_USERNAME | Yes | Your GitHub username | |
| E2B_ALLOW_LOCAL_FALLBACK | No | Allow local fallback for testing (optional, default: false) | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| workspace_createB | Create a new workspace and return its identifier. |
| workspace_destroyC | Destroy a workspace by ID. |
| run_commandA | Execute a command inside a workspace. |
| ensure_forkA | Ensure a fork exists for the given |
| repo_cloneA | Clone a repository into the workspace. |
| repo_setup_remotesA | Clone the user's fork and add the upstream remote. |
| repo_add_remoteC | Add a new remote to the repository. |
| repo_fetchC | Fetch updates from a remote. |
| repo_checkoutB | Checkout a branch, tag or commit. |
| repo_create_branchB | Create a new branch from a given reference. |
| repo_diffA | Get the unified diff of all changes in the working directory. |
| repo_commitB | Commit staged changes with a commit message. |
| repo_pushA | Push the current HEAD to the specified remote/branch. |
| repo_list_branchesC | List branches in the repository. |
| repo_find_existing_branchesC | Find branches matching any of the provided patterns. |
| repo_read_pr_templateB | Read the repository's pull request template. |
| read_fileA | Read a file within the checked-out repository. The path is relative to the repository root. Content is read from the E2B sandbox and secrets are redacted. |
| search_repoA | Search for |
| apply_patchB | Apply a unified diff patch and enforce patch limits. |
| write_fileC | Write content to a file in the repository. The path is relative to the repository root. |
| detect_projectD | – |
| install_depsD | – |
| run_testsD | – |
| run_lintD | – |
| run_typecheckD | – |
| run_formatD | – |
| run_precommitD | – |
| github_ensure_forkA | Ensure a fork exists for the given upstream repository. Creates a fork under the authenticated user's account if it does not already exist. Returns the fork slug, clone URL, upstream clone URL, and whether the fork was newly created. The upstream repository must be in the allowlist. |
| github_get_issueC | Get issue details from GitHub. |
| github_find_prs_for_issueB | Find PRs linked to an issue. |
| github_open_prA | Open a pull request on GitHub. |
| request_approvalA | Record the approval decision and return an approval token if approved. |
| bundle_artifactsA | Bundle artifacts into a redacted zip and return it as base64. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/saakshigupta2002/PR_Orchestrator_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server