We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akshayarav/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_gold_server.py•226 B
from mcp.server.fastmcp import FastMCP
"""
Subprocess script to run the official implementation for a MCP server for testing
"""
gold_server = FastMCP("Barebones MCP Server")
if __name__ == "__main__":
gold_server.run()