Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Stdio Proxy
Stdio Proxy logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 6:46:12 PM

Stdio Proxy

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
mcpstdiohttpfile-systemsdeveloper-tools

Bridges local or Docker MCP clients using stdio to the hosted Undisk MCP service over HTTP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

npx -y @undisk-mcp/stdio-proxy

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 3d ago.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "stdio-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "@undisk-mcp/stdio-proxy"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The stdio-proxy MCP server connects stdio-based MCP clients to Undisk MCP through an HTTP bridge. It is distributed as the @undisk-mcp/stdio-proxy npm package and is intended for Docker or local MCP clients. Reach for it when your client expects a local stdio process but the MCP service is hosted remotely. Undisk MCP provides versioned file storage, audited actions, reversible changes, and 25 tools for file operations, version control, workspace administration, introspection, and sandboxed compute.

Use cases

•Connect a local stdio MCP client to the hosted Undisk API
•Run Undisk MCP from a Docker-based MCP client
•Expose versioned file operations to an agent through a compatible client
•Route MCP traffic between a local process and an HTTP service

Key features

•stdio-to-HTTP MCP bridging
•Support for local MCP clients
•Support for Docker MCP clients
•Access to Undisk’s versioned file storage
•Audited and reversible file changes through Undisk MCP

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Stdio Proxy.

Extracted Tool Capabilities
stdio-to-HTTP MCP bridging
Support for local MCP clients
Support for Docker MCP clients
Access to Undisk’s versioned file storage
Audited and reversible file changes through Undisk MCP

How Stdio Proxy works

What stdio-proxy MCP server does

The stdio-proxy MCP server is the client-facing bridge for Undisk MCP. It connects MCP clients that launch local processes over standard input and output with the hosted Undisk MCP API, which communicates over HTTP. The project is published as @undisk-mcp/stdio-proxy and is described as the stdio-to-HTTP bridge for Docker and local MCP clients.

This package belongs to the broader Undisk MCP system rather than providing a separate file-storage backend. Undisk places an MCP layer between an AI agent and the filesystem. Its storage model creates an immutable version for every write, audits actions, and supports reversing changes with a single call.

How it works

A compatible MCP client starts the stdio-proxy MCP server as a local process. The proxy translates the client’s stdio connection into requests to the hosted Undisk MCP service. This lets a client use a local-process configuration even when the underlying MCP endpoint is remote.

The repository does not contain the implementation. It is a public issue tracker for Undisk MCP and its related CLI, proxy package, and hosted API. For implementation details, service documentation, and account setup, use the Undisk documentation and support links rather than treating this repository as the server source.

The stdio-proxy MCP server is therefore most relevant when transport compatibility is the problem: the client supports stdio, while the MCP service is available through Undisk’s HTTP API. It is also relevant to deployments where the MCP client runs locally or inside Docker.

Setup and configuration

Install or obtain the proxy through the @undisk-mcp/stdio-proxy npm package. The README identifies the package but does not provide a complete launch command, configuration schema, environment-variable list, or client-specific configuration example. Those details should be taken from the package documentation or Undisk’s hosted documentation before deployment.

Undisk provides a signup page for obtaining an API key, and the README links to the hosted MCP API documentation. Because the proxy connects to that service, an operator should confirm the required credential and endpoint settings in the current documentation. No credential variable name can be established from the supplied material.

Tools and capabilities

The underlying Undisk MCP service advertises 25 MCP tools across these areas:

  • File operations
  • Version control
  • Workspace administration
  • Introspection
  • Sandboxed compute

The supplied material does not enumerate individual tool names or define their parameters. The proxy’s documented role is transport bridging; it should not be assumed to add independent file, versioning, or compute operations beyond exposing the connected Undisk service to an MCP client.

Limitations and notes

The GitHub repository is an issue tracker, not the source distribution. It is intended for bug reports, feature requests, and questions concerning the CLI, stdio-proxy package, and hosted API. Before filing an issue, users are asked to search existing issues and include the CLI version or client information where relevant.

Undisk MCP is proprietary software. The tracker does not establish an open-source license for the proxy or the hosted service. Security vulnerabilities should be reported through the support email listed by the project rather than through public issues.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ★ Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory30 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →
  • MisakaNet logoMisakaNet

    Agent failure memory network. Search 235+ verified debugging lessons from real engineering sessions. BM25 + SAG-Lite search, 3 tools (search, getlesson, submitusage), 5 resources, 3 guided prompts. Works with Claude Code, Cursor, and any MCP client. python3 scripts/mcpserver.py

    🧠 Knowledge & Memory3 views
    Compare vs MisakaNet →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
583
Package downloads in the last 30 days.
Last commit
4mo ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Stdio Proxy

The README identifies the npm package as @undisk-mcp/stdio-proxy but does not provide a complete installation or launch command. Consult the package documentation.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewStdio Proxy AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/stdio-proxy?style=directory)](https://allmcps.com/mcp/stdio-proxy)
HTML Embed
<a href="https://allmcps.com/mcp/stdio-proxy"><img src="https://allmcps.com/api/badge/stdio-proxy?style=directory" alt="Stdio Proxy on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingPaid
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseProprietary
Last updatedSep 17, 2026
12/12 checks healthy over the last 45d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 16, 2026
npm downloads583/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
40Quality signal: Fair · 40/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev · @undisk-mcp/stdio-proxy (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Stdio Proxy →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients