mcp-proxy
mcp-akiko-proxy
MCP-stdio-Proxy über SSH, der entfernte MCP-Server (gebunden an localhost auf einem Remote-Rechner) als Tools auf dem lokalen Rechner bereitstellt.
Er richtet SSH-Tunnel über Ihren vorhandenen ~/.ssh/config-Host-Alias ein, verbindet sich über streamable-http durch den Tunnel mit den entfernten MCP-Servern und stellt deren Tools aggregiert hinter einem lokalen stdio-MCP-Server bereit.
Standardziele (konfigurierbar):
Name | Lokaler Port | Remote-URL | Stellt bereit |
blender | 8001 |
| Blender MCP ( |
qgis | 8000 |
| QGIS MCP ( |
Sanfte Degradierung
Wenn der Tunnel nicht verfügbar ist oder ein Backend nicht erreichbar ist, verschwinden die Tools dieses Backends aus tools/list (oder ihre Aufrufe geben einen klaren Fehler zurück). Der Proxy läuft weiter und versucht regelmäßig erneut – er stürzt nie ab, weil ein Backend fehlt.
Related MCP server: ssh-chat-mcp
Verwendung
# run (stdio; opencode/claude/any MCP client will spawn it):
npx -y github:gbastkowski/mcp-proxy
# or clone + npm install + npm startKonfiguration (Umgebungsvariablen)
Variable | Standard | Zweck |
|
| SSH-Host-Alias aus |
| blender+qgis-Standard | JSON |
|
| Wiederverbindungs-/Wiederholungsintervall für tote Backends |
|
| Wartezeit auf einen Tunnel-/Backend-Port |
|
| ssh |
| nicht gesetzt | truthy: ssh überspringen, direkt mit localhost sprechen (Test) |
Beispiel: opencode auf einem Macbook mit Blender+QGIS auf der akiko-Box
{
"mcp": {
"akiko": {
"type": "local",
"command": ["npx", "-y", "github:gbastkowski/mcp-proxy"]
}
}
}Führen Sie MCP_PROXY_HOST=akiko npx -y github:gbastkowski/mcp-proxy aus – der Host wird aus Ihrer normalen ssh-Konfiguration gelesen, Schlüssel aus Ihrem Agent.
Anforderungen
Node >= 18
sshmit einem konfigurierten Host-Alias für den Remote-Rechner + funktionierende SchlüsselauthentifizierungAuf dem Remote: Die Ziel-MCP-Server müssen an
127.0.0.1gebunden sein (sie sind nicht im Netzwerk exponiert; der SSH-Tunnel ist die einzige Brücke)
Lizenz
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