mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
docs: Add reference to official VS Code MCP documentation
- Add link to official VS Code MCP documentation in all server READMEs - Enhances existing VS Code installation instructions with authoritative reference - Provides users with comprehensive documentation for advanced configuration - Complements the existing two-method approach with additional resources Affects: everything, filesystem, git, memory, sequentialthinking
This commit is contained in:
@@ -169,6 +169,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
|
||||
|
||||
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
|
||||
>
|
||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
||||
|
||||
#### NPX
|
||||
|
||||
|
||||
@@ -210,6 +210,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
|
||||
|
||||
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
|
||||
>
|
||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
||||
|
||||
You can provide sandboxed directories to the server by mounting them to `/projects`. Adding the `ro` flag will make the directory readonly by the server.
|
||||
|
||||
|
||||
@@ -182,6 +182,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
|
||||
|
||||
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
|
||||
>
|
||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
@@ -199,6 +199,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
|
||||
|
||||
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
|
||||
>
|
||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
||||
|
||||
#### NPX
|
||||
|
||||
|
||||
@@ -97,6 +97,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
|
||||
|
||||
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
|
||||
>
|
||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
||||
|
||||
For NPX installation:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user