Skip to content
VS Code

try for VS Code

md.install/try

Create guides as MCP servers to instruct coding agents to use your software (library, API, etc).

client:VS Code transport:streamable-http tools:13

Install try in VS Code

.vscode/mcp.json

{
  "servers": {
    "try": {
      "type": "http",
      "url": "https://install.md/mcp/try"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

try in other clients