mcpbeat

Stdio Proxy MCP Server

by undisk-mcp
local only

Stdio Proxy runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from npm. Last commit 16 May 2026.

Undisk MCP: safe file memory for AI agents.

Installs per day peak 76 · avg 18 · -36% w/w
a month agotoday
73
Installs / week
npm · @undisk-mcp/stdio-proxy
1
Stars
0 open issues
16 May 2026
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add stdio-proxy -- npx -y @undisk-mcp/stdio-proxy
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stdio-proxy": {
      "args": [
        "-y",
        "@undisk-mcp/stdio-proxy"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stdio-proxy]
command = "npx"
args = ["-y", "@undisk-mcp/stdio-proxy"]
.cursor/mcp.json
{
  "mcpServers": {
    "stdio-proxy": {
      "args": [
        "-y",
        "@undisk-mcp/stdio-proxy"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stdio-proxy": {
      "args": [
        "-y",
        "@undisk-mcp/stdio-proxy"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Stdio Proxy

same job, measured the same way
A Mem MCP
by diaaaj

Self-evolving memory system for AI agents

440 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
Docbase
by krayinc

DocBase MCP server for AI agents

answering
Chainmemory
by chaelynet

Permanent blockchain memory for AI agents.

388 installs/wk local only
Engram
by spectra-g

MCP adapter for Engram - organizational memory for AI agents

18 installs/wk local only
Perf
by rog0x

Benchmark, memory, Big O analysis for AI agents

34 installs/wk local only
Akb
by dnotitia

Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.

37 installs/wk local only
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

178 installs/wk local only

Stdio Proxy — questions

Answers built from our own checks of this server.

Why is there no uptime for Stdio Proxy?
Stdio Proxy runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @undisk-mcp/stdio-proxy was installed 73 times last week.
How do I connect Stdio Proxy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @undisk-mcp/stdio-proxy straight from npm; nothing to host, nothing to sign up for.
How many people use Stdio Proxy?
The npm package @undisk-mcp/stdio-proxy was installed 73 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stdio Proxy open source?
Yes — 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.