2560_mcp
@t1ina2003
About 2560_mcp
A repository for 2560_mcp. Includes instructions in README for enabling GitHub MCP server in VS Code.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 2560_mcp?
2560_mcp provides configuration instructions to enable the GitHub MCP Server in VS Code using Docker. It is aimed at developers who want to integrate GitHub functionality into VS Code via the Model Context Protocol.
How to use 2560_mcp?
Add the provided JSON snippet to VS Code’s settings.json, replacing ${input:github_token} with a GitHub Personal Access Token (or using the VS Code inputs mechanism). Ensure Docker is installed and the token has the required permissions.
Key features of 2560_mcp
- Provides a ready‑to‑use VS Code
settings.jsonconfiguration snippet - Uses Docker to run the official
github-mcp-serverimage - Requires only a GitHub Personal Access Token via environment variable
- References the official GitHub MCP Server documentation
- Supports token input via VS Code’s input variable mechanism
Use cases of 2560_mcp
- Setting up GitHub MCP integration inside VS Code for AI‑assisted code review
- Configuring a Docker‑based MCP server with minimal manual steps
FAQ from 2560_mcp
What is the purpose of 2560_mcp?
It is a configuration guide that shows how to add the GitHub MCP Server to VS Code’s MCP settings, not a standalone server implementation.
What dependencies are needed?
You need Docker installed and a valid GitHub Personal Access Token with appropriate scopes.
How is the token supplied?
The token is passed via the GITHUB_PERSONAL_ACCESS_TOKEN environment variable, using the ${input:github_token} placeholder which can be resolved by VS Code’s inputs mechanism.
Where can I find help or troubleshooting?
Refer to the official github-mcp-server documentation or open an issue in the 2560_mcp repository.
Is 2560_mcp the official GitHub MCP Server?
No. 2560_mcp is a third‑party set of instructions that leverages the official github-mcp-server Docker image.
More Version Control MCP servers
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Comments