MCP.so
登录

For the GitHub MCP

@automateyournetwork

关于 For the GitHub MCP

A LangGraph incorporating the Selector MCP Server and other MCP Servers as an example of a modern solution

基本信息

分类

版本控制

许可证

MIT license

运行时

python

传输方式

stdio

发布者

automateyournetwork

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is GitHub MCP?

GitHub MCP is a Docker-based Model Context Protocol server included in the SelectorPlus LangGraph project. It is configured via the GITHUB_TOKEN environment variable and is built from the ./github directory.

How to use GitHub MCP?

Build the Docker image with docker build -t github-mcp ./github. Set the GITHUB_TOKEN environment variable in a .env file. The server is invoked automatically when running the main LangGraph application via python selectorplus.py.

Key features of GitHub MCP

  • Built as a Docker container from the ./github directory.
  • Uses the GITHUB_TOKEN environment variable for authentication.
  • Part of the SelectorPlus LangGraph project ecosystem.

Use cases of GitHub MCP

FAQ from GitHub MCP

What environment variables are required for GitHub MCP?

The .env file must include GITHUB_TOKEN=. Additional API keys for other services may also be required.

How do I build the GitHub MCP Docker image?

Run docker build -t github-mcp ./github from the project root directory.

How is GitHub MCP run?

It is not run standalone; it is started as part of the LangGraph application by executing python selectorplus.py.

What are the prerequisites for running GitHub MCP?

Docker, Python 3.8 or later, and Git must be installed.

Is it safe to commit the .env file?

No. The .env file contains sensitive API keys and should never be committed to version control.

评论

版本控制 分类下的更多 MCP 服务器