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