stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.
stdio MCP proxy for MorningForm — bridges Claude Code (and any stdio-only MCP client) to MorningForm's HTTPS MCP server. MorningForm exposes its scribe tool catalog via Model Context Protocol over Streamable HTTP at . Claude Desktop and Cursor talk to that directly. Claude Code expects to spawn a stdio binary — this package is that bridge. The proxy itself is ~100 lines of Node. It reads…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
stdio MCP proxy for MorningForm — bridges Claude Code (and any stdio-only MCP client) to MorningForm's HTTPS MCP server. MorningForm exposes its scribe tool catalog via Model Context Protocol over Streamable HTTP at . Claude Desktop and Cursor talk to that directly. Claude Code expects to spawn a stdio binary — this package is that bridge. The proxy itself is ~100 lines of Node. It reads newline-delimited JSON-RPC frames from stdin, POSTs each to with your bearer token, and writes the response…