Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add ink.ml--ink --transport http https://mcp.ml.ink/
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ink.ml--ink": {
"type": "http",
"url": "https://mcp.ml.ink/"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"ink.ml--ink": {
"type": "http",
"url": "https://mcp.ml.ink/"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"ink.ml--ink": {
"type": "http",
"url": "https://mcp.ml.ink/"
}
}
}