Skip to main content
Glama
list_plans.js241 B
import fs from "fs"; import path from "path"; export async function listPlansHandler() { const dir = path.resolve("docs/plans"); return fs .readdirSync(dir) .filter(f => f.endsWith(".md")) .map(f => f.replace(".md", "")); }

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/dylanmarriner/MCP-server'

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