MCP.so
登录

MCP Server

@Alpha-Necro

关于 MCP Server

Mission Control Protocol (MCP) server for GitHub and Windsurf integration

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-alpha-necro": {
      "command": "python",
      "args": [
        "main.py"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is MCP Server?

MCP Server is a Mission Control Protocol server that integrates with GitHub and Windsurf. It provides API endpoints to execute MCP commands and manage GitHub resources such as issues and pull requests.

How to use MCP Server?

Configure GitHub credentials in a .env file (copy from .env.example), install Python dependencies with pip install -r requirements.txt, and run the server with python main.py. The server starts on http://localhost:8000 and exposes endpoints like POST /command and POST /github/issues/create.

Key features of MCP Server

  • Integrates with GitHub for issue and PR management
  • Executes MCP commands via a dedicated API endpoint
  • Provides a webhook endpoint for GitHub events
  • Runs locally on port 8000 with FastAPI
  • Supports automatic reload during development

Use cases of MCP Server

  • Create GitHub issues programmatically from external tools
  • Automate pull request creation for code reviews
  • Retrieve repository metadata for display or analysis
  • Listen to GitHub events (e.g., pushes, issues) via webhooks

FAQ from MCP Server

What is MCP Server?

It is a server that implements the Mission Control Protocol and offers REST API endpoints for GitHub integration.

Does MCP Server require a GitHub token?

Yes, set GITHUB_ACCESS_TOKEN and GITHUB_WEBHOOK_SECRET in the .env file.

What dependencies does MCP Server need?

It requires Python and the packages listed in requirements.txt, including FastAPI.

Can I extend MCP Server's functionality?

Yes, it is built with FastAPI and development mode enables automatic reload for code changes.

Where does MCP Server store data?

No local storage is described; data is managed through GitHub’s API.

常见问题

What is MCP Server?

It is a server that implements the Mission Control Protocol and offers REST API endpoints for GitHub integration.

Does MCP Server require a GitHub token?

Yes, set `GITHUB_ACCESS_TOKEN` and `GITHUB_WEBHOOK_SECRET` in the `.env` file.

What dependencies does MCP Server need?

It requires Python and the packages listed in `requirements.txt`, including FastAPI.

Can I extend MCP Server's functionality?

Yes, it is built with FastAPI and development mode enables automatic reload for code changes.

Where does MCP Server store data?

No local storage is described; data is managed through GitHub’s API.

评论

其他 分类下的更多 MCP 服务器