@pipeworx/gitignore
Connect: https://gateway.pipeworx.io/gitignore/mcp · Install: one-click buttons
Tools: 3
.gitignore templates from the canonical github/gitignore repo. Keyless.
Tools
list_templates()— names of all available templates (Node, Python, etc.)get_template(name)— raw.gitignoretext for the given templatecompose(names[])— concatenate multiple templates with headers (e.g. [“Node”, “macOS”, “VisualStudioCode”])
Data source
Raw files from https://raw.githubusercontent.com/github/gitignore/main/<Name>.gitignore (and the Global/ and community/ subdirs).
Tools
- list_templates — List all available .gitignore template names from github/gitignore.
- get_template — Fetch the raw .gitignore content for the named template (case-sensitive, e.g. “Node”, “Python”, “macOS”).
- compose — Compose a combined .gitignore from multiple templates, separated by headers.
Tools
-
compose— Compose a combined .gitignore from multiple templates, separated by headers. -
get_template— Fetch the raw .gitignore content for the named template (case-sensitive, e.g. Node , Python , macOS ). -
list_templates— List all available .gitignore template names from github/gitignore.