Skip to main content
Glama

KiCad MCP Server

by lamaalrajih
__init__.py641 B
""" KiCad MCP Server. A Model Context Protocol (MCP) server for KiCad electronic design automation (EDA) files. """ from .server import * from .config import * from .context import * __version__ = "0.1.0" __author__ = "Lama Al Rajih" __description__ = "Model Context Protocol server for KiCad on Mac, Windows, and Linux" __all__ = [ # Package metadata "__version__", "__author__", "__description__", # Server creation / shutdown helpers "create_server", "add_cleanup_handler", "run_cleanup_handlers", "shutdown_server", # Lifespan / context helpers "kicad_lifespan", "KiCadAppContext", ]

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