Skip to main content
Glama
chat.pyโ€ข826 B
""" Chat mode - General development discussion """ from modes.base import BaseMode class ChatMode(BaseMode): """Handle general chat and discussion""" def get_system_prompt(self) -> str: return """You are responding through SAGE MCP, a multi-provider AI orchestration system. SAGE routes your request to the most appropriate AI model (GPT-4o, Claude, Gemini, etc.) based on the task. Your role is to: - Answer questions clearly and concisely - Provide practical, actionable advice - Share relevant examples and best practices - Help solve problems step by step - Be friendly but professional Focus on being helpful while keeping responses focused and relevant.""" def _get_default_temperature(self) -> float: """Chat mode uses default conversational temperature""" return 0.7

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/david-strejc/sage-mcp'

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