ducduckgo-mcp-server

This commit is contained in:
MCP Packages
2026-02-05 17:06:01 +01:00
parent 029602d4c3
commit 734bf10301
4 changed files with 46 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
"kindly-web-search": {
"type": "local",
"command": ["kindly-web-search-mcp-server", "start-mcp-server"],
"enabled": true,
"enabled": false,
"environment": {
"SEARXNG_BASE_URL": "https://search.bueso.eu"
}
@@ -41,6 +41,11 @@
"environment": {
"RUST_LOG": "info"
}
},
"duckduckgo": {
"type": "local",
"command": ["duckduckgo-mcp-server"],
"enabled": true
}
}
}