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

这会通过 stdio 为 MCP 客户端(例如 Claude Desktop)启动代理。

发布更改

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