Back to Home
IdrissPro icon

MCP

by IdrissPro

Overview

A Python-based MCP (Micro-Agent Communication Protocol) server providing WebSocket and STDIO interfaces for dispatching tools, including streaming capabilities and input validation.

Installation

Run Command
docker run --rm -p 8765:8765 python-mcp-server

Security Notes

The server lacks authentication and authorization, allowing any client to invoke registered tools. Tools like `list_files` and `search_in_files` directly expose file system operations (listing directories, reading file contents) to unauthenticated client input via the `path` argument without proper sandboxing or input sanitization beyond JSON Schema validation. This poses a significant information disclosure risk and potential for resource exhaustion, making it unsafe for production environments without substantial security hardening (as explicitly noted in the README).

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-02

Tags

PythonJSON-RPCWebSocketSTDIOMicro-AgentTools