Specmate MCP Server

BSV coding knowledge engine for AI agents - pre-compile traps and post-compile diagnosis. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 3 · #456 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Specmate

Claude Code

claude mcp add alele496-bsv-specmate -- npx -y bsv-specmate

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alele496-bsv-specmate": {
      "command": "npx",
      "args": [
        "-y",
        "bsv-specmate"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-03 - young repo, little track record yet

license MIT - declared in the repository

npm package bsv-specmate - unscoped; check the name against the project README before installing

registry namespace io.github.Alele496 is GitHub-verified and matches the repo owner

03 · What Specmate can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.0 · 2026-07-21

v0.2.0 · 架构重构 · 三层 DB 架构定型:schema.mjs (DDL) → operations.mjs (CRUD) → query.mjs (连接管理) · 管理路由独立:src/api/routes.mjs,server.mjs 从 1516 行瘦身至 1296 行 · 知识图谱全覆盖 · 15 个空 GRAPH 节点全部回填 · 新增 20 条 trap(10 语法级 + 5 已验证知识覆盖 + 5 设计级)…

v0.1.1 · 2026-07-18

新功能 · 8 个 MCP 工具全部可用(scan / check / diagnose / capture / resolve / analyze / diff / guide) · specmate_diagnose:BSC 编译日志全量批量诊断(Phase 3) · 统一陷阱知识基(TRAPS):12 条已验证陷阱 + 62 条 backlog · 知识库 · 29 篇编码记忆覆盖常见 BSC 编译错误 · 19…

04 · Who maintains Specmate

specmate is maintained by alele496. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
other - ranked #456 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-21)
registry
io.github.Alele496/bsv-specmate (active, first published 2026-08-14)
packages
npm:bsv-specmate

06 · Specmate FAQ

What is Specmate?

BSV coding knowledge engine for AI agents - pre-compile traps and post-compile diagnosis. It runs locally over stdio via the published package.

Is Specmate still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Specmate?

Run `npx -y bsv-specmate`. You can also paste the ready-made client config above.

Does Specmate run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Specmate