Agents

Cursor

Connect Cursor to Ink

Install the Ink CLI and Cursor's agent can use it directly from the terminal.

1. Install the CLI:

npm install -g @mldotink/cli

2. Log in:

ink login

3. Deploy — ask Cursor to deploy using the CLI:

Prompt

Deploy this app to Ink using the ink CLI

Setup

Add the following to your Cursor MCP configuration:

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

Replace YOUR_API_KEY with your agent key from the Ink dashboard.

Verify

Open the Composer and ask Cursor to list your Ink services.

On this page