Skip to main content
Glama

Multi-Agent Communication Platform (MCP)

server.py547 B
from mcp.server.fastmcp import FastMCP import os from dotenv import load_dotenv load_dotenv() # Create the MCP server instance # Remove stateless_http for stdio mode mcp = FastMCP("Multi-Agent Chat MCP Server") # Import tool modules so their @mcp.tool decorators register functions from mcp_server.tools import channel # noqa: E402, F401 from mcp_server.tools import agent # noqa: E402, F401 from mcp_server.tools import messaging # noqa: E402, F401 # Optional: expose the run helper run = mcp.run if __name__ == "__main__": mcp.run()

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/thiagovictorino/chat-mcp'

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