MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by eugenepyvovarov

创建于 1/16/2026
更新于 about 3 hours ago
Repository documentation and setup instructions

Official $AISKILLS Links: Bags.fmJupiterPhotonDEXScreener

Official CA: 2D2r9bmrR813VfXw6nEjuzoWboD9k3ior53zybasBAGS (on Solana)

MCP Bundler (macOS)

MCP Bundler is a macOS SwiftUI app for managing and running Model Context Protocol (MCP) servers, with a headless stdio mode for CLI and automation workflows. The codebase targets the MCP lifecycle spec baseline dated 2025-06-18.

Status

I decided to move the project from Paid software to open source thanks to Bags platform I need some time to prepare the code for open sourcing it and for allowing to download builds straight from the site and remove license gate. Bear with me, I need some hours for this.

Until then you can download app here: TEMP DOWNLOAD LINK

Features

  • Manage local MCP servers and remote endpoints from a native macOS UI.
  • Headless stdio runner for scripting and tool integrations.
  • Skill marketplace sources with curated defaults.
  • OAuth flows and remote auth support (work in progress).

Requirements

  • macOS
  • Xcode (latest stable)

Contributing

PRs should describe changes, list tests run, and link relevant spec sections.

License

License is not finalized yet.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/eugenepyvovarov/MCPbundler
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "eugenepyvovarov-mcpbundler": { "command": "git", "args": [ "clone", "https://github.com/eugenepyvovarov/MCPbundler" ] } } }