Skip to main content
Glama

Home Assistant MCP Server

error-log.ts1.04 kB
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { HassClient } from "../../api/client.js"; export function registerSystemErrorLogPrompt(server: McpServer, _client: HassClient) { server.prompt( "system-error-log", "Retrieve recent error logs from Home Assistant", {}, async () => { // Return a prompt message sequence return { messages: [ { role: "user", content: { type: "text", text: "Are there any errors in my Home Assistant system?", }, }, { role: "assistant", content: { type: "text", text: "I'll check the recent error logs from your Home Assistant system.", }, }, { role: "user", content: { type: "text", text: "Please use the system error log tool to get the information.", }, }, ], }; }, ); }

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/oleander/home-assistant-mcp-server'

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