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:
| Setting | Value |
|---|---|
| Server name | mlink |
| Transport | HTTP |
| URL | https://mcp.ml.ink/mcp |
| Authorization | Bearer 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.