Skip to main content
Glama

Tasks MCP Server

by chipocrudos
main.py297 B
from config.config import Settings from config.server import create_mcp_server if __name__ == "__main__": settings = Settings() mcp = create_mcp_server(settings) try: mcp.run(transport=settings.TRANSPORT) except KeyboardInterrupt: print("Server stopped by user")

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/chipocrudos/tasks-mcp'

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