Skip to main content
Glama
tcsenpai

Universal Documentation MCP Server

by tcsenpai
_app.tsx327 B
import '../styles/globals.css' import type { AppProps } from 'next/app' import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) export default function App({ Component, pageProps }: AppProps) { return ( <main className={inter.className}> <Component {...pageProps} /> </main> ) }

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/tcsenpai/mcpbook'

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