Skip to main content
Glama

Arcs-MCP

by Cyanty
Apache 2.0
4
  • Apple
  • Linux
server.py269 B
# -*- coding: utf-8 -*- __author__ = 'Cyanty' def main(): from web.app import app from config import WEB_SERVER_HOST, WEB_SERVER_PORT import uvicorn uvicorn.run(app, host=WEB_SERVER_HOST, port=WEB_SERVER_PORT) if __name__ == '__main__': main()

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/Cyanty/Arcs-MCP'

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