
2560_mcp
A repository for 2560_mcp. Includes instructions in README for enabling GitHub MCP server in VS Code.
Repository Info
About This Server
A repository for 2560_mcp. Includes instructions in README for enabling GitHub MCP server in VS Code.
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
2560_mcp
如何在 VS Code 啟用 GitHub MCP Server
- 在 VS Code 的
settings.json新增以下設定:
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}"
}
}
-
這段設定參考自 github-mcp-server 官方說明。
-
設定說明:
- 這會讓 VS Code 透過 Docker 啟動 GitHub MCP Server。
- 你需要有 Docker 環境,並準備好 GitHub Personal Access Token。
${input:github_token}可在 VS Code 的settings.json內以inputs機制設定。
-
進階設定與疑難排解,請參考官方文件。
如有問題,請參考官方文件或至 Issues 區回報。
Quick Start
Clone the repository
git clone https://github.com/t1ina2003/2560_mcpInstall dependencies
cd 2560_mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.