Local Server
0
Provides a minimal Model Context Protocol server that exposes various utility functions via JSON-RPC stdio transport.
概要
Local Server is a lightweight implementation of the Model Context Protocol (MCP) server, built in Python. It utilizes JSON-RPC for standard input/output communication, enabling other applications to interact with its built-in utility tools. These tools include functions for safely summing numbers, filtering lines based on a substring, computing SHA-256 hashes, and validating data against a JSON Schema, offering a convenient way to integrate common data processing and validation tasks into automated workflows.
主な機能
- Computes SHA-256 hash of text input
- Safely sums a list of numbers
- Implements JSON-RPC stdio transport for communication
- Filters lines containing a specified substring
- Validates data against a JSON Schema
- 0 GitHub stars
ユースケース
- Integrating utility functions with command-line tools like jq or PowerShell
- Running a local MCP server for development and testing
- Automating data processing and validation tasks via MCP protocol calls