Skip to main content
Glama
shahil04

FastMCP Remote Proxy

by shahil04

FastMCP Remote Proxy

このプロジェクトは、リモートのFastMCPサーバーのツールをローカルプロキシ経由で公開します。アップストリームサーバーはStreamable HTTPを使用し、OAuth認証が必要です。

要件

  • Python 3.11 以降

  • uv

Related MCP server: mcp-server-proxy

セットアップ

uv sync

代わりに、プロジェクトをゼロから作成するには:

uv init
uv add fastmcp

Inspectorで実行

ローカルのMCP Inspectorを次のコマンドで起動します:

uv run fastmcp dev main.py

初回実行時にはOAuthサインイン用のブラウザが開きます。ログインを完了したら、http://127.0.0.1:6274 でInspectorを開き、接続を更新してください。

FastMCPは、main.py 内の標準の mcp 変数を通じてサーバーを検出します。エントリポイントを明示的に指定することもできます:

uv run fastmcp dev main.py:mcp

ローカルのStdioサーバーとして実行

uv run main.py

これにより、Claude DesktopなどのMCPクライアント向けに、stdioを介したプロキシが起動します。

変更を公開

git add .
git commit -m "Update FastMCP proxy"
git push

アップストリームサーバーは FastMCP Cloud を通じてデプロイされています。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables stdio-only MCP clients to connect to IFTTT's remote MCP server by handling OAuth authentication, SSE streaming, and response transformation.
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Bridges stdio-based LLM harnesses to OAuth-protected remote MCP servers via Streamable HTTP, handling PKCE browser login and token refresh automatically.
    9
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI clients like Claude to interact with Cartena tools via MCP, supporting remote OAuth or local stdio authentication.

View all related MCP servers

Related MCP Connectors

  • Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).

  • Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

  • An authenticated remote MCP server for user-owned devices and one-shot capability invocation.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shahil04/mcp-proxy-update'

If you have feedback or need assistance with the MCP directory API, please join our Discord server