mcp-proxy
mcp-akiko-proxy
SSHを介したMCP stdioプロキシ。リモートマシンのlocalhostにバインドされたリモートMCPサーバーを、ローカルマシンのツールとして公開します。
既存の~/.ssh/configホストエイリアスを使用してSSHトンネルを確立し、トンネル経由でstreamable-httpを介してリモートMCPサーバーに接続し、それらのツールを1つのローカル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 defaults | JSON |
|
| 停止したバックエンドの再接続/再試行間隔 |
|
| トンネル/バックエンドポートを待機する時間 |
|
| ssh |
| unset | truthy: sshをスキップし、localhostに直接接続(テスト用) |
例: akikoボックス上のBlender+QGISを使用したMacbookでのopencode
{
"mcp": {
"akiko": {
"type": "local",
"command": ["npx", "-y", "github:gbastkowski/mcp-proxy"]
}
}
}MCP_PROXY_HOST=akiko npx -y github:gbastkowski/mcp-proxyを実行します。ホストは通常のssh設定から読み取られ、キーはエージェントから取得されます。
要件
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