No description
| src | ||
| .gitignore | ||
| .prettierrc | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
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: