Skip to main content
Glama
SwiftZilla

MCP Stdio to SSE Proxy

by SwiftZilla

MCP Stdio to SSE Proxy

This project implements a Model Context Protocol (MCP) server that acts as a proxy between a local Stdio connection and a remote MCP server running over Server-Sent Events (SSE).

It is specifically configured to proxy to https://swiftzilla.dev/mcp/sse.

Usage

Prerequisites

  • Node.js installed.

  • An API Key for SwiftZilla (if required by the server).

Running via npx

You can run this proxy directly using npx (once published or installed locally). You can pass the API key via environment variable or command-line argument:

# Using environment variable
API_KEY="your-api-key" npx mcp-stdio-proxy

# Using command-line argument
npx mcp-stdio-proxy --api-key "your-api-key"

Configuration (Claude Desktop, etc.)

To use this with an MCP client like Claude Desktop, add the following to your mcp.json config:

{
  "mcpServers": {
    "swiftzilla": {
      "command": "npx",
      "args": ["-y", "@swiftzilla/mcp", "--api-key", "${API_KEY}"]
    }
  }
}

Related MCP server: mcp-remote-py

Development

  1. Install dependencies:

    npm install
  2. Build:

    npm run build
  3. Run locally:

    node dist/index.js
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    -
    maintenance
    Bridges STDIO-based MCP clients with SSE-based MCP servers, allowing applications like Claude Desktop to connect to remote MCP servers that use SSE transport.
    Last updated
    9
  • F
    license
    -
    quality
    D
    maintenance
    A minimal Python-based proxy that bridges local MCP STDIO clients with remote MCP SSE servers. It enables bidirectional JSON-RPC message passing between standard command-line tools and web-based remote endpoints.
    Last updated
    1
  • F
    license
    -
    quality
    C
    maintenance
    A Node.js proxy that enables communication between stdio-based clients and HTTP-based Model Context Protocol servers. It facilitates protocol translation, session management, and authentication to allow remote HTTP servers to function as local stdio servers.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    Exposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.
    Last updated
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect AI agents to Replynodes over the Model Context Protocol.

  • MCP (Model Context Protocol) server for Appwrite

  • A Model Context Protocol server for Wix AI tools

View all MCP Connectors

Latest Blog Posts

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/SwiftZilla/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server