Skip to main content
Glama

Mesh Agent MCP Server

""" Mesh MCP Server - A Model Context Protocol server for accessing mesh agents. """ # Import these conditionally to avoid circular imports during testing try: from .server import app __all__ = ["app"] except ImportError: # During testing or when server.py doesn't exist yet __all__ = [] __version__ = "0.1.0"

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/heurist-network/heurist-mesh-mcp-server'

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