Glama
MCP
Servers
OpenRouter MCP Server
Claim
by
heltonteixeira
npm
GitHub
Developer Tools
JavaScript
Apache 2.0
13
14
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
mcp_server_qdrant
src/mcp_server_qdrant/__init__.py
src/mcp_server_qdrant/qdrant.py
src/mcp_server_qdrant/server.py
from . import server def main(): """Main entry point for the package.""" server.main() # Optionally expose other important items at package level __all__ = ["main", "server"]