Workspace-Protocolo-MCP
Verified Safeby walteru
Overview
Provides operating system information and diagnostic capabilities for an MCP client, enabling LLMs to query system status and execute whitelisted commands.
Installation
uv run src/server.pySecurity Notes
The `run_command` tool strictly adheres to a predefined whitelist of commands, effectively preventing arbitrary command injection. Logging is correctly configured to `stderr` to maintain JSON-RPC protocol integrity, avoiding stdout corruption. No hardcoded secrets or direct 'eval' patterns found. Access control for system information is implicit through the OS's user permissions.
Similar Servers
mcp-use
A comprehensive framework for building full-stack Model Context Protocol (MCP) applications, including AI agents, MCP servers with UI widgets, and integrated debugging tools in both Python and TypeScript.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp-kit
A CLI tool for scaffolding new Model Context Protocol (MCP) applications, including MCP Servers and Clients.
mcp-server-python-template
This server acts as a template for building Model Context Protocol (MCP) servers in Python, specifically demonstrating how to expose weather-related tools (get_alerts, get_forecast) by integrating with an external API (National Weather Service) to provide context and actions for AI models.