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