Modes
CreatedMCP-Mirror
Programmatically manage custom operational modes with full CRUD operations, schema validation, and file system watching.
About
The Modes server provides a programmatic interface for managing custom operational modes, enabling fine-grained control over mode configurations. Features include full CRUD operations for modes, schema validation using Zod, file system watching for configuration changes, standardized error handling, and atomic file operations. It integrates with MCP settings and offers tools to list, get, create, update, and delete modes.
Key Features
- Performs atomic file operations.
- Provides full CRUD operations for custom modes.
- Validates schema with Zod.
- Handles errors with standard MCP error codes.
- Watches file system for config changes.
- 0 GitHub stars
Use Cases
- Managing operational modes for a system.
- Validating mode configurations against a schema.
- Programmatically configuring mode settings.