mcp-utils-schema
Verified Safeby thomasbellio
Overview
Provides standardized, type-safe CUE schemas for common operational patterns in Model Context Protocol (MCP) servers, including error handling, progress tracking, cancellation, and operation state management.
Installation
npm run generateSecurity Notes
The project primarily defines CUE schemas and generates type definitions. It uses standard development tools (`cue`, `json-schema-to-typescript`) and scripts. No direct server code, sensitive data, or suspicious network activity beyond typical dependency management for build processes. The `generate_typescript.sh` script includes a check to install `json-schema-to-typescript` if not found, which relies on `npm install` and its associated supply chain risks, but this is a standard practice for development dependencies.
Similar Servers
Unity-MCP
Integrates AI Language Models with the Unity Editor and runtime to automate game development tasks, generate code, debug, and enable AI-driven game mechanics.
mcp-mineru
Implements or interacts with the Minecraft Protocol, likely for building custom Minecraft servers or client utilities.
dev-kit-gh-mcp-server
A GitHub Model Context Protocol (MCP) server designed for automation, bots, and AI agents to perform focused repository operations.
filepuff-mcp
A Go-based MCP server enhancing Claude Code's file operations with fast, AST-aware search, LSP integration, and safe editing.