[PR #11297] Showcase DeepWiki and DuckDuckGo search MCP servers #13732

Open
opened 2026-02-16 18:18:34 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11297

State: open
Merged: No


This pull request adds documentation for integrating two new MCP servers — DeepWiki by Devin and DuckDuckGo — into the system, providing enhanced capabilities for searching documentation and performing web searches directly from prompts.

New MCP server integrations:

  • Added instructions for configuring the DeepWiki MCP server in opencode.json, enabling efficient documentation search and question-answering via prompts.
    • read_wiki_structure - Get a list of documentation topics for a GitHub repository
    • read_wiki_contents - View documentation about a GitHub repository
    • ask_question - Ask any question about a GitHub repository and get an AI-powered, context-grounded response
  • Added instructions for configuring the DuckDuckGo MCP server in opencode.json, allowing web search and content fetching/parsing through prompts.
    • Web Search: Search DuckDuckGo with advanced rate limiting and result formatting
    • Content Fetching: Retrieve and parse webpage content with intelligent text extraction
    • Rate Limiting: Built-in protection against rate limits for both search and content fetching
    • Error Handling: Comprehensive error handling and logging
    • LLM-Friendly Output: Results formatted specifically for large language model consumption

Prompt usage examples:

  • Provided examples showing how to force the use of DeepWiki or DuckDuckGo MCP servers within prompts.

For @skwde based on https://github.com/anomalyco/opencode/issues/309#issuecomment-3822132684

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11297 **State:** open **Merged:** No --- This pull request adds documentation for integrating two new MCP servers — DeepWiki by Devin and DuckDuckGo — into the system, providing enhanced capabilities for searching documentation and performing web searches directly from prompts. **New MCP server integrations:** * Added instructions for configuring the DeepWiki MCP server in `opencode.json`, enabling efficient documentation search and question-answering via prompts. * `read_wiki_structure` - Get a list of documentation topics for a GitHub repository * `read_wiki_contents` - View documentation about a GitHub repository * `ask_question` - Ask any question about a GitHub repository and get an AI-powered, context-grounded response * Added instructions for configuring the [DuckDuckGo MCP](https://github.com/nickclyde/duckduckgo-mcp-server) server in `opencode.json`, allowing web search and content fetching/parsing through prompts. * Web Search: Search DuckDuckGo with advanced rate limiting and result formatting * Content Fetching: Retrieve and parse webpage content with intelligent text extraction * Rate Limiting: Built-in protection against rate limits for both search and content fetching * Error Handling: Comprehensive error handling and logging * LLM-Friendly Output: Results formatted specifically for large language model consumption **Prompt usage examples:** * Provided examples showing how to force the use of DeepWiki or DuckDuckGo MCP servers within prompts. For @skwde based on https://github.com/anomalyco/opencode/issues/309#issuecomment-3822132684
yindo added the pull-request label 2026-02-16 18:18:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13732