maixpy-mcp-server
Verified Safeby AlexanderChuykin
Overview
Provides MaixPy v4 documentation to LLM models via GitHub Copilot and other clients using the Model Context Protocol (MCP).
Installation
docker-compose up -dSecurity Notes
The server explicitly implements read-only access to documentation files and includes path validation to prevent directory traversal. The `docker-compose.yml` mounts the documentation directory as read-only, further enhancing container security. No obvious use of `eval` or other dynamic code execution from user input was found.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.
daisyui-mcp
Provides DaisyUI component documentation to AI assistants via the Model Context Protocol (MCP) to help in generating UI code.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.