Opening VS Code…

Attempting to launch VS Code to install the Markdy MCP Server automatically.

Manual Configuration

If VS Code did not open automatically, add this to your VS Code MCP configuration or settings:

{
  "mcpServers": {
    "markdy": {
      "command": "npx",
      "args": ["-y", "@markdy/mcp-server"]
    }
  }
}