MCP 伺服器

PMCP Progressive MCP Gateway

An MCP gateway that lazily loads downstream tool schemas for Claude Code and other assistants.

19today
來源

安裝

uvx
uvx pmcp

把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。

介紹

PMCP is a Model Context Protocol gateway that sits between Claude Code and many downstream services. It presents a compact set of meta-tools first, then fetches detailed schemas only when a tool is actually used. The project is aimed at reducing context bloat when an assistant connects to many MCP servers at once. It supports lazy loading, optional eager startup for selected servers, and a setup flow that can generate client config for Claude and OpenCode. The README also documents HTTP and stdio deployment modes, shared-service operation, and auth options including shared-secret and OAuth resource-server validation. It is packaged for Python and can be run directly with `uvx` or installed with pip.

標籤

mcpclaude-codegatewaypythontoolinglazy-loading