@pipeworx/gitignore
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/gitignore’s. Install: one-click buttons
Connect to just the @pipeworx/gitignore pack
https://gateway.pipeworx.io/gitignore/mcp — only @pipeworx/gitignore’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
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.