Newcontext-mode—Save 98% of your AI coding agent's context windowLearn more
MCP Directory
ServersClientsBlog

context-mode

Save 98% of your AI coding agent's context window. Works with Claude Code, Cursor, Copilot, Codex, and more.

Try context-mode
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2026 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Clients
  3. cdcasasagi

cdcasasagi

GitHub

鵲 - Bridge Claude Desktop to Streamable HTTP MCP servers via mcp-proxy

0
0

cdcasasagi

鵲 - Bridge Claude Desktop to Streamable HTTP MCP servers via mcp-proxy

Install

uv tool install cdcasasagi

Usage

Preview what will be written to claude_desktop_config.json:

cdcasasagi add https://developers.openai.com/mcp --name openai-developer-docs

This shows a unified diff of the proposed change. No files are modified.

Apply the change:

cdcasasagi add https://developers.openai.com/mcp --name openai-developer-docs --write

This writes the following entry to your Claude Desktop config:

{
  "mcpServers": {
    "openai-developer-docs": {
      "command": "/Users/you/.local/bin/mcp-proxy",
      "args": [
        "--transport",
        "streamablehttp",
        "https://developers.openai.com/mcp"
      ]
    }
  }
}

The --name flag is optional. If omitted, a name is automatically derived from the URL hostname (e.g. developers for the URL above).

Options

OptionDescription
--nameKey name for the mcpServers entry. Auto-derived from URL if omitted.
--transportTransport type passed to mcp-proxy. Default: streamablehttp.
--forceOverwrite an existing entry with the same name.
--writeActually write to the config file. Without this flag, only a preview is shown.

Repository

FT
ftnext

ftnext/cdcasasagi

Created

April 12, 2026

Updated

April 13, 2026

Language

Python

Category

AI