altium-designer-mcp
Verified Safeby embedded-society
Overview
AI-assisted creation and management of Altium Designer PCB footprint and schematic symbol libraries.
Installation
target/release/altium-designer-mcp /path/to/config.jsonSecurity Notes
The server explicitly forbids `unsafe` Rust code. File system access is strictly limited to user-configured `allowed_paths` to prevent arbitrary file access or path traversal attacks. Input validation is performed for primitive coordinates, dimensions, and names. The server operates locally via standard I/O (stdin/stdout) and does not open network ports, minimizing network attack surface. Error messages are designed to avoid exposing sensitive internal paths. No hardcoded secrets were found.
Similar Servers
KiCAD-MCP-Server
Enables AI assistants like Claude to interact with KiCAD for PCB design automation, providing comprehensive tool schemas and real-time project state access.
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
code-assistant
Standardizes communication between code editors and AI coding agents, enabling autonomous code analysis and modification via command-line, GUI, or server modes.
rust-mcp-schema
Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema, enabling developers to build robust MCP servers and clients.