feat: MCP Server Presets + Bulk Import — curated popular servers & JSON import#3701
feat: MCP Server Presets + Bulk Import — curated popular servers & JSON import#3701suer781 wants to merge 2 commits into
Conversation
Curated list of popular MCP servers with one-click add. Includes filesystem, GitHub, Brave Search, PostgreSQL, and more.
Import multiple MCP server configurations from JSON at once.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Enhances the MCP custom server experience with two new features:
1. MCP Server Presets
A curated list of 12 popular MCP servers that users can browse, search, and one-click add:
Features:
2. MCP Bulk Import
Import multiple MCP server configurations from a single JSON object:
{ "my-server": {"transport": "stdio", "command": "npx", "args": ["-y", "@my-org/mcp-server"]}, "remote-server": {"transport": "sse", "url": "http://localhost:3001/sse"} }Files Changed
src/renderer/components/settings/mcp/McpServerPresets.tsxsrc/renderer/components/settings/mcp/McpBulkImport.tsxNote
These are standalone components that can be integrated into the existing MCP settings page (
CustomServersSection). They don't modify existing code — just add new UI components ready to be wired up.