pedigree-mcp
Verified Safeby zzgael
Overview
Generates family pedigree tree diagrams as PNG or SVG images, compliant with Bennett 2008/2022 NSGC standardized genetic notation, for use with Model Context Protocol (MCP) clients.
Installation
npx pedigree-mcpSecurity Notes
The server communicates over standard I/O (stdio), significantly limiting direct network exposure. Input validation for tool arguments is performed robustly using Zod. While the `Individual` schema uses `passthrough()` allowing arbitrary extra fields, these are not directly utilized in a way that could lead to code injection. The primary security considerations involve potential vulnerabilities in underlying native image processing (`sharp`) or SVG rendering (`jsdom`, `d3`) libraries. These are widely used and generally well-maintained projects. No hardcoded secrets or direct `eval` calls were found in the provided source code.
Similar Servers
mcp-mermaid
Generate Mermaid diagrams and charts dynamically using AI models, supporting various output formats and styling options.
claude-mermaid
Provides an MCP server for rendering Mermaid diagrams in a coding environment with live reload and saving capabilities.
imgenx
AI image and video generation and processing, functioning as a command-line tool or MCP server.
sailor
AI-powered generation, validation, rendering, and manipulation of Mermaid diagrams for documentation, design, and analysis tasks.