You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,11 +160,11 @@ source .env
160
160
161
161
### Install in GitHub Copilot on VS Code
162
162
163
-
For quick installation, use one of the one-click install buttons. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start.
163
+
For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start.
164
164
165
165
More about using MCP server tools in VS Code's [agent mode documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
166
166
167
-
<details><summary><b>Install in GitHub Copilot on other IDEs (JetBrains, Visual Studio, Eclipse, etc.)</b></summary>
167
+
Install in GitHub Copilot on other IDEs (JetBrains, Visual Studio, Eclipse, etc.)
168
168
169
169
Add the following JSON block to your IDE's MCP settings.
170
170
@@ -199,8 +199,6 @@ Add the following JSON block to your IDE's MCP settings.
199
199
}
200
200
```
201
201
202
-
</details>
203
-
204
202
Optionally, you can add a similar example (i.e. without the mcp key) to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with other host applications that accept the same format.
205
203
206
204
<details>
@@ -242,11 +240,11 @@ Optionally, you can add a similar example (i.e. without the mcp key) to a file c
242
240
243
241
For other MCP host applications, please refer to our installation guides:
244
242
245
-
-**[Claude Code](install-claude.md)** - Installation guide for Claude Code and Claude Desktop
246
-
-**[Cursor](install-cursor.md)** - Installation guide for Cursor IDE
247
-
-**[Windsurf](install-windsurf.md)** - Installation guide for Windsurf IDE
243
+
-**[Claude Code & Claude Desktop](docs/installation-guides/install-claude.md)** - Installation guide for Claude Code and Claude Desktop
244
+
-**[Cursor](docs/installation-guides/install-cursor.md)** - Installation guide for Cursor IDE
245
+
-**[Windsurf](docs/installation-guides/install-windsurf.md)** - Installation guide for Windsurf IDE
248
246
249
-
For a complete overview of all installation options, see our **[Installation Guides Index](installation-guides.md)**.
247
+
For a complete overview of all installation options, see our **[Installation Guides Index](docs/installation-guides/installation-guides.md)**.
250
248
251
249
> **Note:** Any host application that supports local MCP servers should be able to access the local GitHub MCP server. However, the specific configuration process, syntax and stability of the integration will vary by host application. While many may follow a similar format to the examples above, this is not guaranteed. Please refer to your host application's documentation for the correct MCP configuration syntax and setup process.
0 commit comments