Skip to main content
Glama

AI Prediction MCP Server

by phsphd
.gitignore985 B
# Environment variables (contains sensitive credentials) .env .env.local .env.development .env.test .env.production # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ aiprediction-mcp/ # IDEs and editors .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # Dependency directories node_modules/ # Optional npm cache directory .npm # Backup files *.bak *.backup *.tmp # MCP specific debug_output.txt test_results.json # API keys and tokens (extra safety) *api_key* *secret* *token* *password* *credentials* # Temporary files temp/ tmp/

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/phsphd/MCPServer_aiprediction_us'

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