from fastmcp import FastMCP
from fastmcp.server.proxy import ProxyClient
REMOTE_GOWEB3_MCP_SERVER = "https://mcp.goweb3.fyi/mcp/"
# Bridge remote server to local stdio
app = FastMCP.as_proxy(
ProxyClient(REMOTE_GOWEB3_MCP_SERVER),
name="Remote-to-Local GOWEB3 MCP Bridge"
)
# Run locally via stdio for Claude Desktop
if __name__ == "__main__":
app.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/roadahead1/goweb3_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server