Skip to content

[Feature]: Externel MCP Server Support #1380

@vuthanhtrung2010

Description

@vuthanhtrung2010

Summary

Support externel MCP server via npm or remote MCP

Problem statement

The tools should be more mature and wider support

Proposed solution

Add config for external mcp server, for eg:

{
  "mcpServers": {
    "camoufox": {
      "command": "npx",
      "args": ["-y", "camoufox-mcp-server"]
    }
  }
}

Non-goals / out of scope

Only change the config file and it's handler code

Alternatives considered

No response

Acceptance criteria

  • COnfig key should documented & validated

Architecture impact

idk

Risk and rollback

disable MCP, I think no risk

Breaking change?

No

Data hygiene checks

  • I removed personal/sensitive data from examples, payloads, and logs.
  • I used neutral, project-focused wording and placeholders.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions