Skip to main content
Glama

MCPolice

by Twixes
renderer.tsx620 B
import { jsxRenderer } from 'hono/jsx-renderer' import { Link, ViteClient } from 'vite-ssr-components/hono' export const renderer = jsxRenderer(({ children }) => { return ( <html> <head> <ViteClient /> <Link rel="preconnect" href="https://fonts.googleapis.com" /> <Link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="" /> <Link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" /> <Link href="/src/style.css" rel="stylesheet" /> </head> <body>{children}</body> </html> ) })

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/Twixes/mcpolice'

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