mcp-gitmoji

toms74209200/mcp-gitmoji

3.2

If you are the rightful owner of mcp-gitmoji and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Model Context Protocol (MCP) server for gitmoji.dev, providing gitmoji emojis with descriptions in a paginated format.

mcp-gitmoji

Model Context Protocol(MCP) server for gitmoji.dev.

This server provides gitmoji emojis with their descriptions in a paginated format.

Requirements

  • Deno 2.0.0 or later (recommended)

Usage

deno run --allow-net jsr:@toms/mcp-gitmoji

For Visual Studio Code:

mcp.json

{
  "servers": {
    "gitmoji-mcp": {
      "type": "stdio",
      "command": "deno",
      "args": [
        "run",
        "jsr:@toms/mcp-gitmoji"
      ]
    }
  }
}

Features

  • List gitmoji emojis with descriptions (paginated)
  • Search gitmoji by description or emoji
  • Based on gitmoji.dev standard

Development

License

Author

toms74209200