Back to MCP directory
publicPublicdnsLocal runtime

mcp-servers-modified

该仓库包含多个MCP服务器的修改版本,用于测试和开发目的

article

README

🚀 修改后的MCP服务器

本仓库提供了多种经过修改的MCP服务器版本,专为测试与开发工作量身打造,能有效满足相关场景的需求。

🚀 快速开始

此仓库包含了一系列修改后的MCP服务器版本,可用于测试和开发。以下是项目列表:

  • figma-server
  • gcloud-server
  • github
  • sonarqube-server
  • litellm-server
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