Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/oaslananka/kicad-mcp-pro/continuegit clone --depth 1 https://github.com/oaslananka/kicad-mcp-proWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/oaslananka/kicad-mcp-pro/continue)<a href="https://agentmods.dev/agents/oaslananka/kicad-mcp-pro/continue"><img src="https://agentmods.dev/badge/agents/oaslananka/kicad-mcp-pro/continue.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00359 |
| Opus 5 | $0.00000 | $0.00179 |
| Sonnet 5 | $0.00000 | $0.00072 |
| Haiku 4.5 | $0.00000 | $0.00036 |
Grade B, and why
continue scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Add the server to your assistant config — global `~/.continue/config.yaml`, or a What it actually says
Continue Integration
Continue is an open-source assistant for VS Code and
JetBrains. Recent versions configure MCP servers as a mcpServers list in
YAML (config.yaml), replacing the old
experimental.modelContextProtocolServers JSON block.
Quick Start
Add the server to your assistant config — global ~/.continue/config.yaml, or a
project block under .continue/:
name: KiCad MCP
version: 1.0.0
schema: v1
mcpServers:
- name: kicad
type: stdio
command: uvx
args:
- kicad-mcp-pro
env:
KICAD_MCP_PROJECT_DIR: /absolute/path/to/your/kicad-project
KICAD_MCP_PROFILE: pcb_only
KICAD_MCP_OPERATING_MODE: readonly
Ready-to-copy: docs/examples/clients/continue.config.yaml.
MCP tools are available in Continue's agent mode. Each entry takes
name, command, args, optional env, and optional cwd; type: stdio is
the default and may be omitted.
Verification
kicad-mcp-pro doctor
Open Continue in Agent mode and confirm the kicad tools appear in the tool
list, then ask it to inspect the project.
Example Prompt
Use the kicad MCP server. Inspect this KiCad project, run DRC and ERC, and summarize the results. Do not modify any files.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 48 lines · 0 tokens per session scan B b685e9db72a7
continue is an agent published in the GitHub repository oaslananka/kicad-mcp-pro (64 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 359 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
index
This section centralizes the instructions and client configuration surfaces used by coding agents and MCP-capable clients that work with KiCad Studio Kit.
client-configs
KiCad MCP Pro supports local stdio and Streamable HTTP MCP transports. The canonical copyable examples live under examples/mcp-clients/.
codex-support
KiCad Studio Kit supports Codex through the external MCP client path.
schematic-plan-reviewer
You are a reviewer subagent. Your job is to independently verify a schematic placement and wiring plan artifact. You have access to all KiCad MCP tools.
bom-reviewer
You are a reviewer subagent. Your job is to independently verify a BOM artifact produced by the circuit-design skill. You have access to all KiCad MCP tools.
code-reviewer
Use this agent when a major code change to the MCP server itself has been completed and needs to be reviewed against the original plan and project coding standards.