Skip to main content
Glama
alexander-zuev

Kollektiv | Your private LLM knowledgebase

root.ts338 B
import { base } from "@/web/templates/base"; import { renderHomePage } from "@/web/templates/root"; import type { Context } from "hono"; export const rootHandler = async (c: Context) => { console.log("[GET /] Handling request."); const content = await renderHomePage(); return c.html(base(content, "MCP Remote Auth Demo - Home")); };

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/alexander-zuev/kollektiv-mcp'

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