Skip to content
VS Code

context mcp for VS Code

net.agentutil/context-mcp

Situational awareness — holidays, business hours, and platform status for timing-sensitive actions.

client:VS Code transport:stdio runtime:npm

Install context mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "context-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/context-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

context mcp in other clients