Skip to main content
Glama
by chatmcp
prompts.py690 B
extract_mcp_servers_prompt = """Please extract all MCP Servers from the following content and return a JSON array. Each item should contain: - name: extracted from the repository name in the URL - title: a human readable title - description: a brief description of the server - url: the full GitHub repository URL - author_name: extracted from the GitHub username in the URL Example response format: [ {{ "name": "mcp-server-example", "title": "MCP Server Example", "description": "A sample MCP server implementation", "url": "https://github.com/username/mcp-server-example", "author_name": "username" }} ] Content to analyze: {content} """

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/chatmcp/mcp-server-collector'

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