Skip to main content
Glama

MCP Server Boilerplate

by BoosClues

get-mcp-docs

Generate documentation for MCP servers to help developers understand and implement custom tools and resource providers for AI assistants like Claude Desktop and Cursor.

Instructions

Make an MCP server

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the MCP server

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the MCP server", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools

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/BoosClues/new-MCP-builder'

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