Self-contained web search MCP server. 7 backends with automatic fallback. Pure Rust. Works from any IP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"daedra": {
"command": "cargo",
"args": [
"run",
"--",
"daedra"
]
}
}
}
Run in terminal:
claude mcp add daedra cargo run -- daedra
Add to .cursor/mcp.json:
{
"mcpServers": {
"daedra": {
"command": "cargo",
"args": [
"run",
"--",
"daedra"
]
}
}
}