Connect VS Code
Use the MCP client settings file supported by your VS Code extension.If your extension expects a different schema key, keep the same URL and map fields to the extension’s format.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add MCP server configuration to VS Code.
{
"servers": {
"my-server": {
"type": "http",
"url": "https://my-server.mcp.cloud/mcp"
}
}
}