Raycast Mcp Server Manager
БесплатноНе проверенRaycast extension for managing MCP servers across Cursor, VS Code, and Windsurf.
Описание
Raycast extension for managing MCP servers across Cursor, VS Code, and Windsurf.
README
Unmaintained.
I run MCP servers across Cursor, VSCode, and Windsurf. Each stores its config in a different JSON file, in a different location, with slightly different schema. Adding the same server to all three means editing three files. I wanted one interface to CRUD them all from a launcher. So I built this Raycast extension.
Tried to ship to the Raycast Store. Their official MCP extension handles discovery, mine's a cross-editor control panel. Raycast policy is to enhance existing extensions rather than ship similar new ones. I didn't port it over.
Raycast extension for managing MCP (Model Context Protocol) servers across Cursor, VS Code, and Windsurf.

Install
git clone https://github.com/ramonclaudio/raycast-mcp-server-manager.git
cd raycast-mcp-server-manager
npm install
npm run build
npm run dev
Requires Raycast ≥ 1.50.0, Node.js ≥ 18.0.0, and at least one supported editor.
Commands
Type MCP in Raycast:
List MCP Servers— view all servers across editorsAdd MCP Server— create a new server configSearch MCP Servers— filter across editorsRemove MCP Server— delete with protection for critical serversView Raw Configs— direct file editing
Supported editors
| Editor | Transports | Global config | Workspace config |
|---|---|---|---|
| Cursor | stdio, SSE |
~/.cursor/mcp.json |
.cursor/mcp.json |
| VS Code | stdio, SSE, HTTP |
~/Library/Application Support/Code/User/settings.json |
.vscode/mcp.json or .vscode/settings.json |
| Windsurf | stdio, /sse |
~/.codeium/windsurf/mcp_config.json |
.windsurf/mcp.json |
Editor notes
Cursor: 40-tool cap across all MCP servers. Remote-dev/SSH may misbehave. Tool usage requires approval by default. SSE servers need full URL (http://localhost:8000/sse).
VS Code: Requires 1.99+. Supports secure input prompts for secrets via inputs field. Toggle tools from the chat UI. Workspace config goes in .vscode/mcp.json for cleanliness.
Windsurf: 100-tool cap. Non-standard /sse transport (URL must end with /sse). Requires serverUrl parameter instead of url.
Transport types
// stdio — local process
{
"command": "python",
"args": ["-m", "my_mcp_server"],
"env": {"API_KEY": "your-key"}
}
// SSE — remote with event streaming
{
"transport": "sse",
"url": "https://api.example.com/mcp"
}
// Windsurf /sse — non-standard
{
"transport": "/sse",
"serverUrl": "https://api.example.com/sse"
}
// HTTP — standard request/response
{
"transport": "http",
"url": "http://localhost:8000/mcp"
}
The extension handles the differences automatically based on the selected editor.
Server protection
The UI protects critical servers (like mcp-server-time) from accidental deletion in the List/Search/Remove commands. UI-only — raw config editing bypasses it.
Troubleshooting
- Extension not loading: Raycast must be ≥ 1.50.0. Restart Raycast.
- Servers missing: Verify the config file exists, has valid JSON, and you have read permissions.
- Connection failures: Test accessibility, verify commands work locally, check environment variables.
License
MIT
Установка Raycast Mcp Server Manager
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ramonclaudio/raycast-mcp-server-managerFAQ
Raycast Mcp Server Manager MCP бесплатный?
Да, Raycast Mcp Server Manager MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Raycast Mcp Server Manager?
Нет, Raycast Mcp Server Manager работает без API-ключей и переменных окружения.
Raycast Mcp Server Manager — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Raycast Mcp Server Manager в Claude Desktop, Claude Code или Cursor?
Открой Raycast Mcp Server Manager на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Raycast Mcp Server Manager with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
