Back to MCP directory
publicPublicdnsLocal runtime

magg

Magg项目的GitHub Actions工作流配置,包含自动化测试、PyPI发布和Docker镜像管理功能

article

README

🚀 Magg Contrib

Magg Contrib 是为 Magg 生态系统开发新特性、提供如工具包、脚本及其他资源等共享数据的地方。

它是一个命名空间包,这意味着你无需在 Magg 主仓库中进行开发,就能创建自己的贡献包。

🚀 快速开始

Magg Contrib 作为命名空间包,为开发者在 Magg 生态系统中独立开发贡献包提供了便利。你可以在此处自由地开发新特性,分享各类资源。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client