We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/441126098/mongo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__main__.py•218 B
"""Main entry point for the mongo-mcp package."""
from mongo_mcp.server import start_server
def main():
from mongo_mcp.server import start_server
start_server()
if __name__ == "__main__":
start_server()