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.
基本情報
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント