feat: Added the duckduckgo-search MCP server for searching the web (in addition to the built-in tools for web searches)

This commit is contained in:
2026-03-13 13:29:56 -06:00
parent 818ea634f0
commit 9a9e890f8a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -21,6 +21,10 @@
"docker": {
"command": "uvx",
"args": ["mcp-server-docker"]
},
"ddg-search": {
"command": "uvx",
"args": ["duckduckgo-mcp-server"]
}
}
}