Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vscode": {
"command": "npx",
"args": [
"-y",
"@vscode-mcp/vscode-mcp-server@latest",
"--enable-tools",
"execute_command,list_workspaces,open_files,get_diagnostics,get_symbol_lsp_info"
],
"env": {
"MAX_MCP_OUTPUT_TOKENS": "100000"
}
}
}
}Replace placeholder values for: MAX_MCP_OUTPUT_TOKENS
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MAX_MCP_OUTPUT_TOKENS=100000Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub goodfoot-io/marketplace --plugin vscode