We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ohm41321/MCPSERVER'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•217 B
"""
MCP Multi-Server System
A multi-server MCP (Model Context Protocol) implementation with database integration
for storing tools separately for each server.
"""
__version__ = "1.0.0"
__author__ = "MCP Server Team"