Skip to main content
Glama

mcp-neurolora

by aindreyway

collect_code

Extract and consolidate code from directories or files into a single markdown document using patterns to exclude unwanted files for streamlined documentation.

Instructions

Collect all code from a directory into a single markdown file

Input Schema

NameRequiredDescriptionDefault
ignorePatternsNoPatterns to ignore (similar to .gitignore)
inputYes
outputPathYesPath where to save the output markdown file

Input Schema (JSON Schema)

{ "properties": { "ignorePatterns": { "description": "Patterns to ignore (similar to .gitignore)", "items": { "type": "string" }, "optional": true, "type": "array" }, "input": { "oneOf": [ { "description": "Path to directory or file to collect code from", "type": "string" }, { "description": "List of file paths to collect code from", "items": { "type": "string" }, "type": "array" } ] }, "outputPath": { "description": "Path where to save the output markdown file", "examples": [ "/path/to/project/src/FULL_CODE_SRC_2024-12-20.md" ], "pattern": "^/.*", "type": "string" } }, "required": [ "input", "outputPath" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-neurolora

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/aindreyway/mcp-neurolora'

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