"""
Proxy server for Claude Desktop to run HTTP MCP server.
"""
from fastmcp import FastMCP
from fastmcp.server.proxy import ProxyClient
proxy = FastMCP.as_proxy(
ProxyClient("http://localhost:8000/mcp/"),
name="MyProxy",
)
if __name__ == "__main__":
proxy.run()
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/the-momentum/fhir-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server