FastMCP Remote Proxy
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. Завершите вход, затем откройте
Inspector по адресу http://127.0.0.1:6274 и обновите соединение.
FastMCP обнаруживает сервер через стандартную переменную mcp в файле main.py.
Точку входа также можно указать явно:
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.
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceEnables stdio-only MCP clients to connect to IFTTT's remote MCP server by handling OAuth authentication, SSE streaming, and response transformation.1MIT
- AlicenseNot gradedqualityDmaintenanceProxies remote HTTP/HTTPS MCP servers over stdio, allowing stdio-based MCP clients to connect to remote servers via Streamable HTTP or SSE transports.MIT
- FlicenseNot gradedqualityDmaintenanceBridges stdio-based LLM harnesses to OAuth-protected remote MCP servers via Streamable HTTP, handling PKCE browser login and token refresh automatically.9
- FlicenseNot gradedqualityDmaintenanceEnables AI clients like Claude to interact with Cartena tools via MCP, supporting remote OAuth or local stdio authentication.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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