mcp-proxy
mcp-akiko-proxy
通过 SSH 的 MCP stdio 代理,将远程 MCP 服务器(绑定在远程机器的 localhost 上)作为工具暴露到本地机器。
使用你现有的 ~/.ssh/config 主机别名建立 SSH 隧道,通过隧道以 streamable-http 方式连接到远程 MCP 服务器,并将它们的工具聚合在一个本地 stdio MCP 服务器后面暴露出来。
默认目标(可配置):
名称 | 本地端口 | 远程 URL | 暴露内容 |
blender | 8001 |
| Blender MCP(远程上的 |
qgis | 8000 |
| QGIS MCP(远程上的 |
优雅降级
如果隧道断开或某个后端不可达,该后端的工具会从 tools/list 中消失(或它们的调用返回明确的错误)。代理会持续运行并定期重试——它绝不会因为缺少某个后端而崩溃。
Related MCP server: ssh-chat-mcp
用法
# run (stdio; opencode/claude/any MCP client will spawn it):
npx -y github:gbastkowski/mcp-proxy
# or clone + npm install + npm start配置(环境变量)
变量 | 默认值 | 用途 |
|
| 来自 |
| blender+qgis 默认值 | JSON |
|
| 失效后端的重连/重试间隔 |
|
| 等待隧道/后端端口 |
|
| ssh |
| 未设置 | 为真:跳过 ssh,直接连接 localhost(测试用) |
示例:在 Macbook 上使用 opencode,通过 akiko 机器上的 Blender+QGIS
{
"mcp": {
"akiko": {
"type": "local",
"command": ["npx", "-y", "github:gbastkowski/mcp-proxy"]
}
}
}运行 MCP_PROXY_HOST=akiko npx -y github:gbastkowski/mcp-proxy —— 主机名从你常规的 ssh 配置中读取,密钥来自你的 agent。
要求
Node >= 18
ssh带有远程机器的主机别名配置 + 可用的密钥认证在远程:目标 MCP 服务器绑定到
127.0.0.1(它们不暴露到网络;SSH 隧道是唯一的桥梁)
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables remote Docker management over SSH via a local MCP server, providing tools to manage containers, images, Compose, and system resources.1GPL 3.0
- AlicenseAqualityDmaintenanceZero-config SSH/SFTP MCP server that lets an LLM client open temporary SSH/SFTP sessions to remote hosts, run commands, and upload/download files without holding any pre-baked credentials.17102MIT
- AlicenseAqualityBmaintenanceConnects MCP clients to a local Blender + Bonsai (BlenderBIM) session for scene inspection, IFC project querying, viewport screenshots, and executing Python code in Blender.83MIT
- FlicenseNot gradedqualityBmaintenanceAggregates MCP tools from AT series IDE plugins into a single server, routing calls to plugin bridges for SSH, JumpServer, and more.1
Related MCP Connectors
Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.
MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network
Zero-install remote MCP server for proof-of-existence file attestation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gbastkowski/mcp-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server