#!/usr/bin/env python3
"""
NoctisAI MCP Server Runner
=========================
Simple script to run the NoctisAI MCP server.
"""
import sys
import os
import asyncio
import logging
# Add NoctisAI to path
sys.path.insert(0, '/home/yenn/NoctisAI')
sys.path.insert(0, '/home/yenn/NoctisAI/src')
# Import and run the MCP server
from noctis_ai.mcp.noctis_mcp import main
if __name__ == "__main__":
asyncio.run(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/Yenn503/noctis-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server