Ported v0.0.4 from mcp-remote-examples
This commit is contained in:
parent
d1d7803d9a
commit
cb322d877d
11 changed files with 2986 additions and 137 deletions
27
README.md
27
README.md
|
@ -1 +1,26 @@
|
|||
# mcp-remote
|
||||
# `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
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"remote-example": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"mcp-remote",
|
||||
"https://remote.mcp.server/sse"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Cursor:
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue