traces

supercharged ee tools

source parts in plain english, catch schematic bugs erc can't, and pull datasheets — inside kicad and your terminal. open source, runs on your machine.

traces sourcing parts inside kicad

three tools


local-first

no accounts, no billing, no telemetry. point it at openrouter, or run fully offline with a local model via ollama. live stock and pricing from the suppliers — the model selects, it never invents. mit licensed.


quick start

# clone and install all three tools
git clone https://github.com/usetraces/traces.git
cd traces && ./install.sh   # creates .env; pulls a local model if no key

# start the local server
cd mcp && uv run traces-serve

one command sets up the server, the kicad plugin, and the /src skill. add keys to .env as needed — with none, sourcing runs fully local. details in the readme.