Skip to main content
Glama

NoctisAI

by Yenn503
.gitignore•1.62 kB
# NoctisAI .gitignore # ================== # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment noctis-env/ venv/ env/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ noctis_mcp.log hexstrike_mcp.log villager_mcp.log # Output files (keep examples but ignore generated) output/ !output/README.md !output/examples/ # Temporary files *.tmp *.temp temp/ tmp/ # Configuration files with sensitive data config.json secrets.json .env .env.local .env.production # Database *.db *.sqlite *.sqlite3 # Compiled binaries *.exe *.dll *.so *.dylib *.bin # Generated payloads (security) payloads/ malware/ *.payload *.backdoor *.rat *.trojan # TheSilencer specific thesilencer/ *.loader *.injector # MCP specific mcp_*.log *.mcp.log # Test files test_*.py *_test.py tests/ # Coverage htmlcov/ .coverage .coverage.* coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # pipenv Pipfile.lock # PEP 582 __pypackages__/ # Celery celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Security *.pem *.key *.crt *.p12 *.pfx

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