MCP stdio adapter
@jrderuiter
关于 MCP stdio adapter
Expose a remote MCP server (HTTP) as a local stdio MCP server.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP stdio adapter?
MCP stdio adapter is a proxy that exposes a remote MCP server (using streamable HTTP) as a local stdio-based MCP server. It is designed for applications—such as the Zed editor—that only support the stdio transport for MCP, enabling them to use remote MCP servers.
How to use MCP stdio adapter?
Run the adapter from the command line by setting the SERVER_ADDRESS environment variable to your remote server’s URL and using either uv run fastmcp run main.py or a Docker container (jrderuiter/mcp-stdio-adapter). In Zed, add a context_servers entry with the appropriate command and environment variables (native or Docker).
Key features of MCP stdio adapter
- Converts remote HTTP MCP servers to local stdio.
- Supports both native Python (uv) and Docker runtimes.
- Simple environment variable configuration (
SERVER_ADDRESS). - Ready-to-use in Zed editor with minimal setup.
- No modification required to the remote server.
Use cases of MCP stdio adapter
- Using remote MCP servers in editors that only support stdio (e.g., Zed).
- Running an HTTP MCP server locally via a stdio interface for CLI tools.
- Wrapping a cloud-hosted MCP server for any stdio-only MCP client.
FAQ from MCP stdio adapter
What exactly does this adapter do?
It acts as a bridge: your local editor communicates over stdio with the adapter, which then forwards requests as HTTP to the remote MCP server.
What software do I need to run the adapter?
You need either Python with uv and fastmcp, or Docker. No additional dependencies are required on the remote server.
Can I use the adapter without Docker?
Yes, use the uv run fastmcp run main.py command; Docker is an alternative packaging.
Does the adapter work with any MCP server?
Yes, as long as the remote server speaks streamable HTTP (the MCP HTTP transport). The adapter does not modify the remote server’s tools or resources.
How do I configure the adapter in Zed?
Add a context_servers entry with the command and env as shown in the README, setting SERVER_ADDRESS to your remote server’s URL.
开发工具 分类下的更多 MCP 服务器
Grafana MCP server
grafanaMCP server for Grafana
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
评论