Agents

Other MCP Clients

Connect any MCP-compatible client to Ink MCP

Any client that supports the Model Context Protocol can connect to Ink.

HTTP configuration

Use the following settings:

SettingValue
Server namemlink
TransportHTTP
URLhttps://mcp.ml.ink/mcp
AuthorizationBearer YOUR_API_KEY

Generic JSON config

Most MCP clients accept a JSON 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.

On this page