22 lines
498 B
Markdown
22 lines
498 B
Markdown
# `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
|
|
|
|
```json
|
|
{
|
|
"mcpServers": {
|
|
"remote-example": {
|
|
"command": "npx",
|
|
"args": ["mcp-remote", "https://remote.mcp.server/sse"]
|
|
}
|
|
}
|
|
}
|
|
```
|
|
|
|
Cursor:
|
|
|
|

|