Skip to main content
Glama

Demo MCP Server

by SannketNikam
proxy.py403 B
from fastmcp import FastMCP # Create a proxy to your remote FastMCP Cloud server # FastMCP Cloud uses Streamable HTTP (default), so just use the /mcp URL mcp = FastMCP.as_proxy( "https://thundering-coffee-shrew.fastmcp.app/mcp", # Standard FastMCP Cloud URL name="Sanket's Proxy Server" ) if __name__ == "__main__": # This runs via STDIO, which Claude Desktop can connect to mcp.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/SannketNikam/test-remote-mcp-server'

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