mcp-maintainer-toolkit
Verified Safeby olaservo
Overview
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.
Installation
npx mcp-maintainer-toolkitEnvironment Variables
- PORT
Security Notes
The server relies on `@modelcontextprotocol/sdk` and `express`, which are well-established libraries. Input validation for tools is handled robustly using `zod`. Dynamic imports are used in `index.ts` but are restricted to predefined internal modules, posing no `eval` risk from arbitrary user input. No hardcoded secrets or overtly malicious patterns were observed. The `FORMAT_DATA` tool accepts arbitrary data, but the formatting functions (`formatAsTable`, `formatAsYaml`) appear to perform safe stringification and structural traversal without executing input as code. A comprehensive security audit would require reviewing the `@modelcontextprotocol/sdk` itself.
Similar Servers
inspector-assessment
Provides a comprehensive automated assessment platform for Model Context Protocol (MCP) servers, analyzing their security, functionality, protocol compliance, documentation, and various extended metrics. It acts as an inspector and auditing tool for MCP server developers and maintainers.
mcp_tools_server
An MCP server that empowers an LLM to act as a comprehensive, multi-platform AI assistant capable of managing files, system processes, web browsing, personal organization, and media control on a local device.
eofmcp
Provides a Model Context Protocol (MCP) server with a Source Code Handler tool for remote management and processing of source code, primarily for integration with AI agents.
pulse-tm
Pulse is a terminal-based task manager designed for developers to manage projects and tasks, offering CLI, TUI, and seamless integration with AI agents via the Model Context Protocol (MCP).