Back to Home
toms74209200 icon

mcp-gitmoji

Verified Safe

by toms74209200

Overview

Provides gitmoji emoji listings and search functionality in a paginated format as a Model Context Protocol (MCP) server.

Installation

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

Security Notes

The server's main executable (`main.ts`) is configured to run with `--allow-all` Deno permissions, which grants extensive access (network, file system, environment, subprocesses, etc.). While the current implementation of the tools (`list_gitmoji`, `search_gitmoji`) appears benign, performing only in-memory operations on static data and communicating via stdio, granting such broad permissions is a significant security concern and bad practice. Input validation for tool arguments is present using Zod, which is a positive, but the overall permissive execution environment is suboptimal.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-14

Tags

MCPGitmojiEmojisDeveloper ToolCLI