mcpbeat Sign in

specmate MCP Server

local only

specmate runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 14 Aug 2026.

BSV coding knowledge engine for AI agents — pre-compile traps and post-compile diagnosis.

Installs per day peak 143 · avg 8 · +1800% w/w
a month agotoday
55
Installs / week
npm · bsv-specmate
3
Stars
4 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 4 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/solver/convergence.mjs:1, [пакет] src/db/ddl.mjs:1, [пакет] src/solver/error-map.mjs:1 и ещё 5
этот файл ставится пользователю, но в репозитории его нет
        const proc = spawn(cmd, cmdArgs, {
    chartGrid.innerHTML = miniCharts.map(mc =>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bsv-specmate -- npx -y bsv-specmate
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bsv-specmate": {
      "args": [
        "-y",
        "bsv-specmate"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bsv-specmate]
command = "npx"
args = ["-y", "bsv-specmate"]
.cursor/mcp.json
{
  "mcpServers": {
    "bsv-specmate": {
      "args": [
        "-y",
        "bsv-specmate"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bsv-specmate": {
      "args": [
        "-y",
        "bsv-specmate"
      ],
      "command": "npx"
    }
  }
}

Alternatives to specmate

same job, measured the same way
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
mFlow
by m-flow

Shared task board and knowledge base for AI coding agents

answering
Agentpedia MCP Server
by ksaslam311

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

33 installs/wk local only
Codehabits
by codehabits-dev

Team conventions, anti-patterns, and domain knowledge from .codehabits/ for AI coding agents.

197 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
KnowledgeRail
by deviank88

Persistent, evidence-backed project knowledge and task context for coding agents.

231 installs/wk local only
Sprintra
by sprintra-io

The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.

32 installs/wk answering
Alaya MCP
by securityronin

Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall

70 installs/wk local only

specmate — questions

Answers built from our own checks of this server.

Why is there no uptime for specmate?
specmate runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bsv-specmate was installed 55 times last week.
How do I connect specmate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bsv-specmate straight from npm; nothing to host, nothing to sign up for.
How many people use specmate?
The npm package bsv-specmate was installed 55 times in the last week. Week over week that is +1800%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is specmate open source?
Yes — it is published under the MIT licence, written in JavaScript, 3 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.