Skip to main content
Glama

KiCad MCP Server

by lamaalrajih

get_drc_history_tool

Retrieve DRC check history for KiCad projects by providing the project file path. Access detailed design rule check results to analyze and improve PCB designs.

Instructions

Get the DRC check history for a KiCad project.

Args: project_path: Path to the KiCad project file (.kicad_pro)

Returns: Dictionary with DRC history entries

Input Schema

NameRequiredDescriptionDefault
project_pathYes

Input Schema (JSON Schema)

{ "properties": { "project_path": { "title": "Project Path", "type": "string" } }, "required": [ "project_path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lamaalrajih/kicad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server