Skip to main content
Glama

OpenRouter MCP Server

by slyfox1186
.gitignore969 B
# Environment variables (CRITICAL: Keep .env private!) .env .env.local .env.production .env.*.local # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Logs *.log logs/ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Testing .coverage .pytest_cache/ .tox/ .nox/ coverage.xml *.cover *.py,cover .hypothesis/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # pipenv Pipfile.lock # Poetry poetry.lock # MCP Server specific /tmp/openrouter_conversations/ /tmp/openrouter_debug.log openrouter_mcp.log *.pid # Docker .dockerignore # CLAUDE.md files (user/project-specific instructions) CLAUDE.md */CLAUDE.md **/CLAUDE.md # Claude configuration directory .claude/

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/slyfox1186/claude-code-openrouter'

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