Skip to main content
Glama
hsiangjenli

Gitignore MCP Tool

by hsiangjenli

generate_gitignore

Create a .gitignore file for your project by selecting templates for programming languages and development environments to exclude unnecessary files from version control.

Instructions

Generate a .gitignore file based on specified templates and save it to the specified path

Responses:

  • 200 (Success): Successful Response

    • Content-Type: application/json

    • Response Properties:

      • success: Whether the operation was successful

      • message: Status message

      • content: Generated .gitignore content

    • Example:

{ "success": true, "message": "string", "content": "string" }
  • 422: Validation Error

    • Content-Type: application/json

    • Response Properties:

    • Example:

{ "detail": [ "unknown_type" ] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templatesYesList of template names to generate .gitignore for (e.g., 'python', 'node', 'visualstudiocode')
Install Server

Other Tools

Latest Blog Posts

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/hsiangjenli/mcp-gitignore'

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