Skip to main content
Glama

Infomate MCP

by agudulin
route.ts378 B
import { readFileSync } from 'fs'; import { join } from 'path'; import { NextResponse } from 'next/server'; export async function GET() { const readmePath = join(process.cwd(), 'README.md'); const readmeContent = readFileSync(readmePath, 'utf-8'); return new NextResponse(readmeContent, { headers: { 'Content-Type': 'text/plain; charset=utf-8', }, }); }

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/agudulin/infomate-mcp'

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