Skip to main content
Glama

CodeAlive MCP

Official
by CodeAlive-AI
__init__.py419 B
"""Core components for CodeAlive MCP server.""" from .client import CodeAliveContext, get_api_key_from_context, codealive_lifespan from .config import Config from .logging import setup_debug_logging, log_api_request, log_api_response __all__ = [ 'CodeAliveContext', 'get_api_key_from_context', 'codealive_lifespan', 'Config', 'setup_debug_logging', 'log_api_request', 'log_api_response', ]

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/CodeAlive-AI/codealive-mcp'

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