Skip to main content
Glama
index.ts777 B
import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register prompts with the MCP server. * * Prompts are pre-defined templates that help users start common workflows. * This server currently has no prompts — tools are self-descriptive. * * To add a prompt, create a file like `explore.prompt.ts` and register it here: * * @example * import { explorePrompt } from './explore.prompt.js'; * * export function registerPrompts(server: McpServer): void { * server.registerPrompt( * explorePrompt.name, * { description: explorePrompt.description }, * explorePrompt.handler, * ); * } */ export function registerPrompts(_server: McpServer): void { // No prompts defined — fs_read and fs_write are self-explanatory }

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/iceener/files-stdio-mcp-server'

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