Skip to main content
Glama
status.ts401 B
import { getProcStatus } from "@/mcp/status/actions/getProcStatus"; export const statusResponse = async () => { const result = await getProcStatus("all"); if (result.success) { return new Response( JSON.stringify({ success: true, data: result.data, }) ); } return new Response( JSON.stringify({ success: false, message: "Failed to get MCPs" }) ); };

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/ashwwwin/furi'

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