mcpbeat Sign in

Sw Dev Knowledge Base MCP Server

local only

Sw Dev Knowledge Base MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 788 installs a week from npm. Last commit 17 Sep 2026.

Read-only offline MCP server over a curated Shopware developer knowledge base

Installs per day peak 788 · avg 26
a month agotoday
788
Installs / week
npm · @execuro-sw-ecosystem/sw-dev-knowledge-base-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands src/sources/guidelines/view.ts:280
    const m = GUIDELINES_PATH.exec(args.path);
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.

Runs an external command src/sources/guidelines/view.ts:280
    const m = GUIDELINES_PATH.exec(args.path);

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Sw Dev Knowledge Base MCP and you get told the day something new turns up.

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

Alternatives to Sw Dev Knowledge Base MCP

same job, measured the same way
Pil
by pjpoulose

PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.

local only
Zammad MCP
by servosity

Every Zammad ticket, article, and Knowledge Base operation as one CLI and MCP server - plus a

local only
I
Nol MCP
by yawlabs

nol MCP server -- search, cited Q&A, and pages over your team's knowledge base

local only
sf-intelligence — Salesforce org intelligence for AI agents
by pranavnagrecha

Offline, read-only MCP knowledge base for one Salesforce org's metadata, deps & impact.

123 installs/wk local only
TriliumNext (trilium-mcp)
by ovden13

Read and write a self-hosted TriliumNext knowledge base over its ETAPI.

local only
Outline MCP
by ynishi

Tree-structured knowledge base as an MCP server

local only
Dify MCP
by salted-butter-joshua

MCP server exposing Dify knowledge base retrieval to Cursor and other MCP clients

62 installs/wk local only
Guru Remote MCP Server
by getguru

Guru MCP Server - Connect AI tools to your Guru knowledge base

answering

Sw Dev Knowledge Base MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sw Dev Knowledge Base MCP?
Sw Dev Knowledge Base MCP 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 @execuro-sw-ecosystem/sw-dev-knowledge-base-mcp was installed 788 times last week.
How do I connect Sw Dev Knowledge Base MCP?
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 @execuro-sw-ecosystem/sw-dev-knowledge-base-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sw Dev Knowledge Base MCP?
The npm package @execuro-sw-ecosystem/sw-dev-knowledge-base-mcp was installed 788 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sw Dev Knowledge Base MCP open source?
Yes — it is published under the MIT licence, written in HTML and 0 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.