Back to MCP directory
publicPublicdnsLocal runtime

tls-mcp-server

项目已迁移至新仓库,原仓库不再维护

article

README

🚀 已归档的仓库

该仓库已存档且不再维护。项目聚焦于为用户提供特定功能,但因业务发展等原因,不再对本仓库进行更新维护。

项目已迁移至新位置: 🔗 https://github.com/volcengine/mcp-server/tree/main/server/mcp_server_tls

⚠️ 重要提示

请更新您的引用,并将任何未来的疑问、贡献或使用情况直接发送到新的仓库。


感谢您一直以来的支持与理解!

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