We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rdwj/mcp-test-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp_instance.py•304 B
"""
Shared FastMCP server instance for mcp-test-mcp.
This module provides the central FastMCP server instance that is imported
and used by all tool modules for decorator-based registration.
"""
from fastmcp import FastMCP
# Create the shared FastMCP server instance
mcp = FastMCP(name="mcp-test-mcp")