Remote MCP Adapter
@aakashh242
关于 Remote MCP Adapter
Config-driven MCP proxy that adds session-safe file uploads, artifact handling, and robust state and health controls for upstream MCP servers.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"_comments": "Docker Compose (recommended) - See ReadME at https://github.com/aakashh242/remote-mcp-adapter",
"mcpServers": {
"mcpAdapter": {
"url": "http://localhost:8932/mcp/playwright"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Adapter?
An MCP gateway that makes remote servers feel local — it manages file uploads to tools and captures generated files back to the client. It sits between your client and upstream MCP servers, staging uploaded files so tools can read them and returning output files as downloadable artifacts, while forwarding everything else unchanged.
How to use Remote MCP Adapter?
Run via Docker Compose (docker compose up on port 8932) or from source with Python 3.12+ and uv (uv run remote-mcp-adapter --config config.yaml). Configure your IDE or agent to point to the adapter's URL (e.g., http://localhost:8932/mcp/playwright) as an HTTP MCP server.
Key features of Remote MCP Adapter
- Multiserver relay: expose multiple upstream MCP servers under one gateway.
- File uploads via
upload://handles and outputs asartifact://resources. - Per-session isolation with TTL cleanup and optional revival.
- State backends: in-memory, SQLite, or Redis.
- Upstream health checks and circuit breaker for resilience.
- Bearer token auth and signed one-time upload URLs.
Use cases of Remote MCP Adapter
- Run MCP servers in containers or remote machines without a shared filesystem.
- Allow tools to read client-side files through staged upload handles.
- Capture tool-generated files (screenshots, PDFs) as downloadable MCP artifacts.
- Expose multiple upstream MCP servers under one gateway with session isolation.
FAQ from Remote MCP Adapter
What problem does Remote MCP Adapter solve?
It bridges the gap when MCP servers run remotely: tools that read local files can't reach client files, and tools that write files save them on the server where the client can't retrieve them. The adapter stages uploads and captures outputs to solve both issues.
What are the runtime requirements?
Python 3.12+ and uv for source installation, or Docker Compose for containerized deployment.
What state backends are supported?
In-memory (for development), SQLite (single node), or Redis (multi-node).
How does authentication work?
The adapter uses bearer tokens for clients and supports signed, one-time upload URLs for file staging.
Can it handle multiple upstream servers?
Yes. The adapter supports a multiserver relay, exposing each upstream server under its own path (e.g., /mcp/playwright, /mcp/screenshot).
开发工具 分类下的更多 MCP 服务器
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论