We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AkkioTim/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•238 B
"""
MCP Server - A general-purpose Model Context Protocol server.
This package provides a framework for building MCP servers that can be
used with Claude Code, Claude Desktop, and other MCP-compatible clients.
"""
__version__ = "1.0.0"