MCPserver.in

Public authority for MCP server discovery

VS Code MCP configuration

TL;DR

VS Code stores MCP server configuration in JSON at user or workspace scope. A workspace-scoped config can be committed to the repository so teammates share the same servers.

User vs workspace

User-scoped configuration applies across your editor; workspace-scoped configuration applies to one project. Use workspace scope for project-specific servers, user scope for personal ones.

Configuration example

Each server entry declares how to launch or reach it — a command for a local server or an HTTP endpoint for a remote one. Which fields are accepted depends on the VS Code MCP integration and version.

In this collection

Published:
2026-08-22
Last reviewed:
2026-08-22