Skip to main content
Glama

Spec MCP Server

by karol-f

generate-codebase-analysis

Analyze codebases to generate foundational documentation including product features, technology stack, and project structure analysis in .spec/steering/ directory, with optional regeneration control.

Instructions

Analyzes codebase and generates three foundational analysis documents: product.md, tech.md, and structure.md in .spec/steering/ directory. These documents provide comprehensive analysis of the product features, technology stack, and project structure. Checks if files already exist and skips generation unless force_regenerate is true.

Input Schema

NameRequiredDescriptionDefault
additional_contextNoAdditional context about the project
force_regenerateNoForce regeneration even if files exist (default: false)
project_pathNoPath to the project directory (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "additional_context": { "description": "Additional context about the project", "type": "string" }, "force_regenerate": { "description": "Force regeneration even if files exist (default: false)", "type": "boolean" }, "project_path": { "description": "Path to the project directory (defaults to current directory)", "type": "string" } }, "type": "object" }

Other Tools from Spec 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/karol-f/spec-mcp'

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