From 6c2d94e259a6d91a935260ca171dec73e127e4ea Mon Sep 17 00:00:00 2001 From: Kerry Imai Date: Tue, 1 Apr 2025 10:23:32 -0400 Subject: [PATCH] feat(vscode): add the vscode server to the list (#1943) --- documentation/static/servers.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 7cfc9067..3c9b8f1d 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -130,5 +130,17 @@ "endorsed": true, "githubStars": 1, "environmentVariables": [] + }, + { + "id": "vscode", + "name": "VSCode", + "description": "Provides a VSCode IDE integration for development workflows", + "command": "npx vscode-mcp-server", + "link": "https://github.com/block/vscode-mcp", + "installation_notes": "Install using npx package manager.", + "is_builtin": false, + "endorsed": false, + "githubStars": 27, + "environmentVariables": [] } ]