Skip to main content
Glama

README Generator MCP Server

by JojoSlice

analyze_project

Analyze project directories to extract structured data and generate README templates with recommended sections based on detected technologies, dependencies, and configuration files.

Instructions

Analyze a project directory and return structured data about the project along with a README template. Returns: (1) A template structure with recommended README sections (some required, some optional), and (2) Detailed project analysis including detected technologies, package.json data, directory structure, scripts, dependencies, and configuration files. The LLM should use this information to construct a comprehensive README following the template structure as a guide, adapting sections based on what's relevant for the specific project.

Input Schema

NameRequiredDescriptionDefault
projectPathYesThe absolute path to the project directory

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "The absolute path to the project directory", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

Other Tools from README Generator MCP Server

Related Tools

    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/JojoSlice/README-Gen-MCP-Server'

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