Agents

VS Code

Connect VS Code to Ink MCP

Setup

Add the following to your VS Code MCP configuration:

{
  "mcpServers": {
    "mlink": {
      "type": "http",
      "url": "https://mcp.ml.ink/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with your agent key from the Ink dashboard.

Verify

Open Copilot Chat in agent mode and ask it to list your Ink services.

On this page