$ timeahead_
mcp/jacob2826openclaw-dida365-mcp/install/vscode

install @jacob2826/openclaw-dida365-mcp on VS Code

Requires Node 18+ on your system so npx can fetch the package on first run. VS Code (Copilot) uses a `servers` root key with an explicit `type` field — different from the `mcpServers` shape used by Claude Desktop and Cursor. Paste the config below, then follow the reload step to register @jacob2826/openclaw-dida365-mcp.

paste into
workspace: .vscode/mcp.json (project root — committed with the repo)
user: ~/.vscode/mcp.json
{
  "servers": {
    "jacob2826openclaw-dida365": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jacob2826/openclaw-dida365-mcp"
      ]
    }
  }
}
then: VS Code picks up the change. Run 'MCP: List Servers' from the command palette to verify.
← back to @jacob2826/openclaw-dida365-mcp
Install @jacob2826/openclaw-dida365-mcp MCP Server on VS Code | Timeahead