MCP DuckDuckGo Search Server

by spences10
Verified
{ "mcpServers": { "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_TOKEN>" } }, "sse": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-sse"], "env": { "SERVER_URL": "http://localhost:3000/events" } } }, "server": { "host": "0.0.0.0", "port": 8000, "debug": false, "max_connections": 100, "ping_timeout": 30, "ssl_enabled": false, "ssl_cert_path": "", "ssl_key_path": "" }, "mcp": { "protocol_version": "1.0.0", "max_context_length": 4096, "default_temperature": 0.7, "max_tokens": 2048 } }