MCP.so
Sign In
Servers

mcp-transport-prototype

@Amishk599

A prototype implementation to build custom MCP server that is accessible over stdio and SSE transport

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-transport-prototype": {
      "command": "python",
      "args": [
        "main.py",
        "--transport",
        "sse"
      ]
    }
  }
}

More from Other