No description
Find a file
2025-03-24 10:00:11 +00:00
src Successfully tested end-to-end in a browser! 2025-03-24 16:01:49 +11:00
.gitignore Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +11:00
.prettierrc Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +11:00
LICENSE Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +11:00
package.json fix bin field 2025-03-24 10:00:11 +00:00
pnpm-lock.yaml Successfully tested end-to-end in a browser! 2025-03-24 16:01:49 +11:00
README.md Successfully tested end-to-end in a browser! 2025-03-24 16:01:49 +11:00
tsconfig.json got something building and activating in a react app, at least! 2025-03-22 22:29:16 +11:00
tsup.config.ts got something building and activating in a react app, at least! 2025-03-22 22:29:16 +11:00

mcp-remote

Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server, with auth support:

Note: this is a working proof-of-concept but should be considered experimental

E.g: Claude Desktop or Windsurf

{
  "mcpServers": {
    "remote-example": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://remote.mcp.server/sse"
      ]
    }
  }
}

Cursor:

image