MCP.so
Sign In

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

Category

Version Control

Transports

stdio

Publisher

t1ina2003

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

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.json configuration snippet
  • Uses Docker to run the official github-mcp-server image
  • 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.

Comments

More Version Control MCP servers