Skip to main content
Glama
ec49ca

MCP Multi-Agent Orchestration Server

by ec49ca
__init__.py464 B
""" Agents package for MCP Server. To add a new agent: 1. Create your agent class implementing AgentInterface 2. Add it to __all__ below 3. Import it here Example: from .my_agent import MyAgent __all__ = ["MyAgent"] """ from .internal_agent import InternalAgent from .external_agent import ExternalAgent # Export all agent classes here # Agents are automatically discovered and registered on server startup __all__ = ["InternalAgent", "ExternalAgent"]

Latest Blog Posts

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/ec49ca/NLP-project-contract-comparison'

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