MyNixOS website logo
option

programs.vscode.profiles.<name>.userMcp

Configuration written to Visual Studio Code's mcp.json. This can be a JSON object or a path to a custom JSON file.

Declarations
Type
absolute path or JSON value
Default
{ }
Example
{
  "servers": {
    "Github": {
      "url": "https://api.githubcopilot.com/mcp/"
    }
  }
}