Back to search
30
MCP

@mmizutani/mcp-remote-deno

jsr/@mmizutani/mcp-remote-deno

A Deno-based bidirectional proxy for Model Context Protocol (MCP) that connects local STDIO servers to remote SSE servers with OAuth authentication support

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@udibo/deno-mcp
The Deno Model Context Protocol (MCP) server provides a bridge for AI assistants, like Cursor, to interact with your Deno projects.
0 tools
@beyondbetter/bb-mcp-server
A comprehensive library for building Deno-based MCP (Model Context Protocol) servers with OAuth and workflow capabilities.
0 tools
@paretools/deno
MCP server for Deno — structured run, test, lint, and fmt output for AI agents
0 tools
@modelfetch/deno
Deno runtime adapter for MCP servers built with ModelFetch
0 tools
@phughesmcr/deno-mcp-template
A comprehensive demo repo for MCP servers in Deno
0 tools
authful-mcp-proxy
A Model Context Protocol (MCP) proxy server that performs OIDC authentication to obtain access tokens for remote MCP servers protected by to
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mmizutani/mcp-remote-deno": {
      "url": "None",
      "transport": "http"
    }
  }
}