Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add installation guide for OpenAI Codex#1340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
jamesmontemagno wants to merge10 commits intomain
base:main
Choose a base branch
Loading
fromadd-codex

Conversation

@jamesmontemagno
Copy link

Introduce a comprehensive installation guide for setting up the GitHub MCP server in OpenAI Codex, detailing prerequisites, configuration steps, and troubleshooting tips. This guide enhances user accessibility and understanding of the integration process.

masoudahg00 reacted with thumbs up emoji
@jamesmontemagnojamesmontemagno marked this pull request as ready for reviewNovember 3, 2025 21:06
@jamesmontemagnojamesmontemagno requested a review froma team as acode ownerNovember 3, 2025 21:06
CopilotAI review requested due to automatic review settingsNovember 3, 2025 21:06
Copy link
Contributor

CopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This PR adds installation documentation for integrating the GitHub MCP Server with OpenAI Codex. The guide covers remote and local Docker configurations, verification steps, usage examples, and security best practices.

  • Adds comprehensive installation guide for OpenAI Codex integration atdocs/installation-guides/install-codex.md
  • Updates the installation guides index to include the new OpenAI Codex entry

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

FileDescription
docs/installation-guides/install-codex.mdNew comprehensive installation guide covering prerequisites, remote/local configuration, verification, usage examples, troubleshooting, and security practices for OpenAI Codex
docs/installation-guides/README.mdAdds link to the new OpenAI Codex installation guide in the directory index

💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.

jamesmontemagnoand others added2 commitsNovember 3, 2025 15:39
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jm809jm809 mentioned this pull requestNov 6, 2025

> The remote GitHub MCP server is hosted by GitHub at `https://api.githubcopilot.com/mcp/` and supports Streamable HTTP.

## Remote Configuration

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I would put this above the.env section above and then offer.env as an alternative tobearer_token_env_var below the config setup

bearer_token_env_var = "GITHUB_PAT_TOKEN"
```

## Local Docker Configuration

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Why would somebody want the local docker configuration?


## Security Best Practices
1. Never commit tokens into version control
2. Prefer environment variables or secret managers

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
2. Prefer environment variables or secret managers

This should be adequately covered by the configuration options

Comment on lines +31 to +36
```toml
[mcp_servers.github]
url = "https://api.githubcopilot.com/mcp/"
# Replace with your real PAT (least-privilege scopes). Do NOT commit this.
bearer_token_env_var = "GITHUB_PAT_TOKEN"
```

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

You can also recommend

codex mcp add github --url https://api.githubcopilot.com/mcp/

| Issue | Possible Cause | Fix |
|-------|----------------|-----|
| Authentication failed | Missing/incorrect PAT scope | Regenerate PAT; ensure `repo` scope present |
| 401 Unauthorized (remote) | Token expired/revoked | Create new PAT; update `bearer_token` |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
| 401 Unauthorized (remote)| Token expired/revoked| Create new PAT; update`bearer_token`|
| 401 Unauthorized (remote)| Token expired/revoked| Create new PAT; update`bearer_token_env_var`|

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

@JoannaaKLJoannaaKLJoannaaKL approved these changes

+1 more reviewer

@gpealgpealgpeal left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@jamesmontemagno@gpeal@JoannaaKL@SamMorrowDrums

[8]ページ先頭

©2009-2025 Movatter.jp