MCP.so
登录

Truto MCP Stdio Proxy

@trutohq

关于 Truto MCP Stdio Proxy

A CLI program that acts as a Stdio proxy for HTTP Streamable MCP servers. It reads newline-delimited JSON-RPC messages from stdin, forwards them to a specified MCP server endpoint via POST requests, and writes the responses to stdout.

基本信息

分类

开发工具

运行时

go

传输方式

stdio

发布者

trutohq

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Truto MCP Stdio Proxy?

Truto MCP Stdio Proxy is a CLI program that acts as a stdio proxy for HTTP Streamable MCP servers. It reads newline-delimited JSON-RPC messages from stdin, forwards them as POST requests to a specified MCP server endpoint, and writes the responses to stdout. It is intended for developers using clients (like Claude) that expect a stdio-based MCP server but need to communicate with an HTTP-based Streamable MCP server.

How to use Truto MCP Stdio Proxy?

Download a pre-built binary for your platform (Linux, macOS Intel/Apple Silicon, or Windows) from the GitHub releases page and make it executable. Run it from the command line with the required <API_URL> argument, piping JSON-RPC messages via stdin or reading from a file. For example: echo '{"jsonrpc":"2.0","method":"example","params":{},"id":1}' | ./truto-mcp-stdio-linux-amd64-v1.0.0 https://api.truto.one/mcp/<id>. It can also be configured directly in Claude’s mcpServers settings.

Key features of Truto MCP Stdio Proxy

  • Forwards JSON‑RPC messages from stdin to any HTTP Streamable MCP endpoint
  • Writes API responses to stdout and error messages to stderr
  • Single‑binary, no runtime dependencies beyond the OS
  • Supports Linux, macOS (Intel & Apple Silicon), and Windows
  • Can be built from source with Go 1.24.2 or later
  • Integrates with Claude’s MCP configuration as a stdio server entry

Use cases of Truto MCP Stdio Proxy

  • Use MCP tools from a CLI by piping JSON‑RPC requests
  • Connect a stdio‑only MCP client (e.g., Claude) to a remote HTTP Streamable MCP server
  • Test and debug MCP APIs locally without a full HTTP client

FAQ from Truto MCP Stdio Proxy

What is the required runtime?

Building from source requires Go 1.24.2 or later. Pre‑built binaries have no runtime dependencies.

How does it transport messages?

It uses stdio for input/output and forwards messages to a remote server via HTTP POST (Streamable HTTP transport). Errors are written to stderr.

Can I use it with Claude?

Yes. Add a configuration entry in Claude’s MCP settings with the binary as the command and the API URL as an argument.

What format does the input expect?

Newline‑delimited JSON‑RPC 2.0 messages read from stdin. Output is the raw API response written to stdout.

Does the proxy support authentication?

No authentication options are documented in the README. The API URL is passed directly as a command‑line argument.

评论

开发工具 分类下的更多 MCP 服务器