No description
Find a file
2025-03-20 11:11:45 +11:00
src Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +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 Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +11:00
pnpm-lock.yaml Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +11:00
README.md Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +11:00
tsconfig.json Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +11:00
tsup.config.ts Ported v0.0.4 from mcp-remote-examples 2025-03-20 11:11:45 +11:00

mcp-remote

EXPERIMENTAL PROOF OF CONCEPT

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

E.g: Claude Desktop or Windsurf

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

Cursor:

image