github-mcp-server

No description

GitHub Stars

3

User Rating

Not Rated

Favorites

0

Views

27

Forks

0

Issues

0

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

VS Code: Version 1.101 or higher

Installation Steps

1. Usage with VS Code

Use one of the one-click install buttons above for quick installation. After installation, toggle Agent mode to start the server.

2. Manual Configuration

Add the following JSON block to your VS Code settings:
json
{
  "servers": {
    "github": {
      "type": "http",
      "url": "https://api.githubcopilot.com/mcp/"
    }
  }
}

Troubleshooting

Issue: Server won't start Solution: Check your VS Code version.