mcpbeat Sign in

Projscan MCP Server

local only

Projscan runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 20 Jul 2026.

Agent-first MCP. 11 AST adapters, 12 named languages, 51 tools, mission outcomes. Local.

Installs per day peak 370 · avg 92 · +37% w/w
a month agotoday
65
Installs / week
npm · projscan
4
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 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 content = await tryRead(path.join(rootPath, rel));
Runs an external command src/core/prove.ts:379
    const child = spawn(executable, args, {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:155
      - name: Create or update GitHub Release
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Alternatives to Projscan

same job, measured the same way
OMEGA Memory
by omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

1 167 installs/wk local only
Contract Ops MCP
by drbaher

One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.

66 installs/wk local only
Skill Deck
by xingbofeng

Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.

33 installs/wk local only
Veris
by vighriday

Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT.

69 installs/wk local only
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

156 installs/wk local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
AccInt
by maxbaluev

Local Work Model MCP server for agent work that learns from real outcomes.

local only
code-index
by regsorm

Rust code index MCP server, native 1C:Enterprise (BSL) support. 32 tools, AST for 14 languages.

1 553 installs/wk local only

Projscan — questions

Answers built from our own checks of this server.

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