Skip to main content
Glama
where.ts415 B
import { getBasePath, getUserDataPath } from "@/helpers/paths"; export const whereResponse = async () => { const basePath = await getBasePath(); const userDataPath = await getUserDataPath(); return new Response( JSON.stringify({ success: true, basePath: basePath, userPath: userDataPath, }), { headers: { "Content-Type": "application/json", }, } ); };

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