Skip to main content
Glama

documcp

by tosin2013

generate_config

Create configuration files for static site generators like Jekyll, Hugo, or Docusaurus by specifying project details and output path using this tool.

Instructions

Generate configuration files for the selected static site generator

Input Schema

NameRequiredDescriptionDefault
outputPathYesWhere to generate config files
projectDescriptionNo
projectNameYes
ssgYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputPath": { "description": "Where to generate config files", "type": "string" }, "projectDescription": { "type": "string" }, "projectName": { "type": "string" }, "ssg": { "enum": [ "jekyll", "hugo", "docusaurus", "mkdocs", "eleventy" ], "type": "string" } }, "required": [ "ssg", "projectName", "outputPath" ], "type": "object" }

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/tosin2013/documcp'

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