mcp-remote
Overview
mcp-remote is a remote proxy for the Model Context Protocol (MCP), enabling local clients to connect to remote servers via oAuth.
Capabilities
- • stdio transport support
- • network transport options
- • resource handlers
- • authentication support
- • mcp client integration
Best For
mcp-remote: A remote proxy for Model Context Protocol (MCP) that connects local clients to remote servers using oAuth.
Decision Snapshot
Usage
available
Docs
8 links
Config
8 strong hints
Capabilities
5 key capabilities detected
- • GitHub stars: 1370
- • Forks: 226
- • Source provenance count: 1
- • Last seen: 3/31/2026
- • Published: 3/16/2026
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Review official documentation and source metadata for complete setup parameters.
{
"mcpServers": {
"mcp-remote": {
"command": "npx"
}
}
}Usage
{ && "mcpServers": { && "remote-example": { && "command": "npx",Features
- • stdio transport support
- • network transport options
- • resource handlers
- • authentication support
- • mcp client integration
- • Capability signal: stdio transport support
- • Capability signal: network transport options
- • Capability signal: resource handlers
Use Cases
- • Use in tools-oriented MCP workflows.
- • Capability coverage: stdio transport support; network transport options.
Supported Clients / Integrations
- • stdio transport support
- • network transport options
- • resource handlers
- • authentication support
- • mcp client integration
Compatibility Signals
- • Cursor: mentions (Mentioned in approved metadata/docs evidence.)
- • Windsurf: mentions (Mentioned in approved metadata/docs evidence.)
Prompt Examples
example
• { && "mcpServers": { && "remote-example": { && "command": "npx",
Notes / Requirements
- • Primary language: TypeScript
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 1.00
- • Source feeds: npm Registry Search API
- • Topic cluster: general
Official Links
- Website
- Repository
- Documentation 1 (/specification/2025-03-...)
- Documentation 2 (/quickstart/user)
- Documentation 3 (/context/model-context-...)
- Documentation 4 (/windsurf/mcp)
- Documentation 5 (/quickstart/server)
- Documentation 6 (/docs/tools/debugging)
- Documentation 7 (/agents/guides/remote-m...)
- Documentation 8 (/agents/guides/test-rem...)
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
mcp-sdk-client-ssejs
A client transport alternative for the MCP SDK using sse.js, intended for React Native with llama.rn.
@upstash/context7-mcp
Context7 is a specialized MCP server that provides extended context management for AI assistants. It maintains conversation context across long sessions, enabling AI models to reason about complex, multi-turn interactions without losing track of earlier exchanges. Editor's Review: Context7 solves a fundamental problem with LLM-based AI assistants—limited context windows. By intelligently managing what context to retain and how to retrieve it, Context7 enables AI assistants to maintain coherence over much longer interactions than would otherwise be possible. This is particularly valuable for complex debugging sessions, architectural design discussions, or any workflow where earlier decisions inform later ones. The server is well-documented and straightforward to configure. If you find that AI assistants lose track of your project details in long sessions, Context7 is one of the most practical solutions available.
@modelcontextprotocol/sdk
TypeScript/JavaScript implementation of the Model Context Protocol (MCP).
mcp-framework
A TypeScript framework for building Model Context Protocol (MCP) servers.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.