We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Moderator11/mcpserver-gdp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
server.py•185 B
# server.py
import asyncio
import httpx
from typing import Any, Dict
from mcp.server.fastmcp import FastMCP
# This is the shared MCP server instance
mcp = FastMCP("mix_server-fileops")