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 4cc6bccf87
commit 922fa05b06
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"]
}
}
}