mcp-gitmoji
Verified Safeby toms74209200
Overview
Provides gitmoji emoji listings and search functionality in a paginated format as a Model Context Protocol (MCP) server.
Installation
deno run --allow-net jsr:@toms/mcp-gitmojiSecurity 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
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.