Back to MCP directory
publicPublicdnsLocal runtime

penumbra-mcp-server

基于offeryn构建的Penumbra模型上下文协议(MCP)服务器

article

README

🚀 PSCP 佩恩布姆拉 MCP 服务器

这是一款专为佩恩布姆拉打造的模型上下文协议(MCP)服务器,它采用 offeryn 技术构建,为相关应用提供可靠的支持。

🚀 快速开始

该服务器是为佩恩布姆拉定制的模型上下文协议(MCP)服务器,借助 offeryn 技术构建而成。

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