Retour aux applications

Kaelo
par hachemih
Intelligent, token-aware web fetching MCP server that learns optimal retrieval strategies per domain.
4 étoiles
Mis à jour 26 days ago
Fonctionne dans:CursorzedWindsurf
Expose:Tools
What it does
Kaelo is a high-performance Rust-based MCP server designed to provide AI agents with reliable access to web content. It solves common scraping challenges like bot detection and JS-heavy SPAs by employing a multi-strategy fetching approach and a persistent route cache that remembers the most effective method for each domain.
Tools
web_fetch: Retrieves a URL and returns clean Markdown with support for CSS focusing and token budgets.web_search: Performs web searches via DuckDuckGo or SearXNG, with an option to fetch the top result immediately.fetch_urls: Parallel batch fetching of up to 10 URLs in a single request.ping: Basic health check to verify the server status.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kaelo": {
"command": "kaelo",
"args": ["serve"]
}
}
}
Supported hosts
Claude Desktop, Cursor, Claude Code, Windsurf, Zed
Installation rapide
curl -fsSL https://raw.githubusercontent.com/HachemiH/kaelo/main/install.sh | bashInformations
- Tarification
- free
- Publié
- 6/13/2026
- Mis à jour
- 26 days ago
- étoiles
- 4
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
zed
{
"mcp": {
"servers": {
"kaelo": {
"command": "kaelo",
"args": ["serve"]
}
}
}
}Cursor
{
"mcpServers": {
"kaelo": {
"command": "kaelo",
"args": ["serve"]
}
}
}Windsurf
{
"mcpServers": {
"kaelo": {
"command": "kaelo",
"args": ["serve"]
}
}
}Claude Desktop
{
"mcpServers": {
"kaelo": {
"command": "kaelo",
"args": ["serve"]
}
}
}





