Skip to main content
Glama

1313

by chatmcp
extract_project.ts590 B
export const extractProjectPrompt = `Please extract project from the given content and return a project with JSON format. project object should contain: - name: project name, should be unique, for example, mcp-server-chatsum - title: a human readable title of the project - description: a brief description of the project - author_name: author name of the project if available Example response format: { "name": "mcp-server-example", "title": "MCP Server Example", "description": "A sample MCP server implementation", "author_name": "mcpso" } given content: {content} `;

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/chatmcp/mcpso'

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