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