mcpbeat Sign in

Dvalincode MCP Server

by arthurpanhku Your server? Claim it
local only

Dvalincode runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 7 Sep 2026.

Deterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.

Installs per day peak 308 · avg 29 · +4377% w/w
a month agotoday
67
Installs / week
npm · dvalincode
114
Stars
9 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 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.

    const child = spawn(npm, ['install', '-g', spec], { stdio: 'inherit' });
    const archivePath = path.join(workDir, asset);

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 dvalincode -- npx -y dvalincode
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dvalincode": {
      "args": [
        "-y",
        "dvalincode"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dvalincode]
command = "npx"
args = ["-y", "dvalincode"]
.cursor/mcp.json
{
  "mcpServers": {
    "dvalincode": {
      "args": [
        "-y",
        "dvalincode"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dvalincode": {
      "args": [
        "-y",
        "dvalincode"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dvalincode

same job, measured the same way
SPARDA
by zyx77550

AI writes. SPARDA proves. Deterministic, offline security gate for AI edits.

810 installs/wk local only
SPARDA
by zakariagharzouli

AI writes. SPARDA proves. Deterministic, offline security gate for AI edits.

local only
Scout Security
by varpost

Deterministic, zero-token security scanner your AI agent calls to find and re-verify issues.

67 installs/wk local only
SkillTotal
by skilltotal

Deterministic security scan of MCP servers, agent skills and npm/PyPI packages. Runs locally.

1 164 installs/wk local only
MCPSentinel
by gentaarnezzi

Precision-first security scanning for Model Context Protocol servers.

507 installs/wk local only
Python Code Validator
by jkanselaar

Validates AI-generated Python: syntax, lint, security scan and deterministic repair.

3 tools answering
Feldspar free repository security scan
by project-feldspar

Free deterministic security scan of public git repos: OSV.dev vulnerable deps, secrets, config lint.

2 tools answering
Yotta Verify MCP
by yottameta

Pre-install security scanner for AI agent skills (local stdio MCP). Offline static scan; no upload.

340 installs/wk local only

Dvalincode — questions

Answers built from our own checks of this server.

Why is there no uptime for Dvalincode?
Dvalincode 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 dvalincode was installed 67 times last week.
How do I connect Dvalincode?
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 dvalincode straight from npm; nothing to host, nothing to sign up for.
How many people use Dvalincode?
The npm package dvalincode was installed 67 times in the last week. Week over week that is +4377%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dvalincode open source?
Yes — it is published under the MIT licence, written in TypeScript, 114 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.