Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Smithery integration to DumplingAI MCP server #5

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

codegen-sh[bot]
Copy link

@codegen-sh codegen-sh bot commented Mar 31, 2025

This PR adds Smithery integration to the DumplingAI MCP server, providing access to additional AI tools and capabilities.

Changes:

  • Added @smithery/sdk dependency to package.json
  • Added three new Smithery tools to the MCP server:
    1. smithery-sequential-thinking - Enhances reasoning with structured sequential thinking process
    2. smithery-brave-search - Performs web searches using Brave Search via Smithery
    3. smithery-browserbase - Automates browser interactions using Browserbase via Smithery

Usage:

To use these new tools, you'll need to set the SMITHERY_API_KEY environment variable with a valid Smithery API key.

Example:

export SMITHERY_API_KEY=your_smithery_api_key

Benefits:

  • Enhanced reasoning capabilities with sequential thinking
  • Alternative web search through Brave Search
  • Browser automation for web interactions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants