Skip to main content
Glama

Stealthee MCP

by rainbowgore
start_fastapi.py496 B
#!/usr/bin/env python3 """ Startup script for FastAPI server """ import uvicorn from fastapi_server import app if __name__ == "__main__": print("🚀 Starting Stealth Launch Radar FastAPI Server...") print("📖 API Documentation: http://localhost:8000/docs") print("🔧 Smithery compatible endpoints available") print("🛑 Press Ctrl+C to stop") uvicorn.run( app, host="0.0.0.0", port=8000, reload=True, log_level="info" )

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/rainbowgore/stealthee-MCP-tools'

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