Skip to main content
Glama

MCP Platform

by jck411
__init__.py•432 B
#!/usr/bin/env python3 """ Chat History Module Modular chat history system with multiple storage backends. """ from __future__ import annotations from .auto_persist_repo import AutoPersistRepo from .factory import create_repository from .models import ChatEvent, ToolCall from .repository import ChatRepository __all__ = [ "AutoPersistRepo", "ChatEvent", "ChatRepository", "ToolCall", "create_repository", ]

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/jck411/MCP_BACKEND_OPENROUTER'

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