Board Spec
БесплатноНе проверенMCP server that serves Qualcomm Yocto board specs from a git repo, enabling retrieval and validation of board specifications.
Описание
MCP server that serves Qualcomm Yocto board specs from a git repo, enabling retrieval and validation of board specifications.
README
MCP server that serves Qualcomm Yocto board specs (machine_creation +
partition_conf fields) from the roshs189/board-spec
git repo — one branch per machine. Built to replace reading a Confluence
"Partition Spec" page in the qcom-yocto-new-machine and
qcom-partition-conf-new-board Claude Code skills.
What it does
- Clones/fetches
board-specinto a local cache (~/.cache/board-spec-mcp/repoby default). - Reads a board's spec straight from its branch (
origin/<machine>:boards/<machine>/spec.yaml) without checking it out — no working-tree conflicts, always in sync with arefresh_specscall. - Validates specs against
schema/board-spec.schema.json(onmain) plus the cross-checks the skills used to do by hand:delta=newpartitions need anotesjustification and must not collide with SoC-mandated names (xbl/tz/hyp/aop/...),partition_files_subdirmust equalpartitions/<machine>/<storage_type>, chip IDs shouldn't collide across boards.
Setup (anyone, from scratch)
Requires Python 3.10+ and an SSH key with read access to
github.com/roshs189/board-spec (or set BOARD_SPEC_REPO_URL to a repo you
do have access to — see Configuration below).
git clone <this-repo-url> board-spec-mcp
cd board-spec-mcp
python3 -m venv .venv
.venv/bin/pip install -e .
Verify it starts cleanly:
.venv/bin/board-spec-mcp # should hang waiting on stdin — Ctrl-C to exit
Register with Claude Code
Add a .mcp.json in the project you want this available in (or merge into
an existing one):
{
"mcpServers": {
"board-spec": {
"command": "/absolute/path/to/board-spec-mcp/.venv/bin/board-spec-mcp"
}
}
}
Restart Claude Code (or run /mcp to reconnect) and the tools below become
available.
Configuration
Environment variables, all optional:
| Variable | Default | Purpose |
|---|---|---|
BOARD_SPEC_REPO_URL |
[email protected]:roshs189/board-spec.git |
Remote to clone/fetch |
BOARD_SPEC_CACHE_DIR |
~/.cache/board-spec-mcp/repo |
Local bare-ish clone location |
Set these in the .mcp.json entry's "env" block if you need a fork or a
different cache path:
{
"mcpServers": {
"board-spec": {
"command": "/absolute/path/to/board-spec-mcp/.venv/bin/board-spec-mcp",
"env": { "BOARD_SPEC_REPO_URL": "[email protected]:<you>/board-spec.git" }
}
}
}
Tools
list_boards()— every machine with a branch inboard-spec(excludesmain).get_board_spec(machine)— full spec.get_machine_creation_fields(machine)— just themachine_creationsection.get_partition_conf_fields(machine)— just thepartition_confsection.validate_board_spec(machine)—{valid, schema_errors, warnings}.refresh_specs()— fetch latest branches/commits (call after a spec is pushed).
Also exposed as a resource: board-spec://<machine>.
Adding a new board
Specs are human-authored and PR-reviewed in board-spec itself — this server
only reads, never writes. See that repo's README for the branch/PR workflow.
Установка Board Spec
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/roshs189/board-spec-mcpFAQ
Board Spec MCP бесплатный?
Да, Board Spec MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Board Spec?
Нет, Board Spec работает без API-ключей и переменных окружения.
Board Spec — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Board Spec в Claude Desktop, Claude Code или Cursor?
Открой Board Spec на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Board Spec with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
