mcpbeat Sign in

DWIN Research Adoption MCP Server

by vidvinianinov Your server? Claim it
local only

DWIN Research Adoption runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 14 Sep 2026.

Find, ground, evaluate, and selectively retain AI research through one local-first MCP.

Installs per day peak 74 · avg 2
a month agotoday
45
Installs / week
npm · dwin-research-adoption
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 20 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(command, args, { shell: false, stdio: ["ignore", "pipe", "pipe"], env: { PATH: "/usr/bin:/bin", LANG: "en_US.UTF-8", HF_HUB_OFFLINE: "1", TRANSFORMERS_OFFLINE: "1", HF_HUB_DISABLE_TELEMETRY: "1", DOCLING_ARTIFACTS_PATH: join(RUNTIME, "models") } });
    for (const name of ["documents","chunks","nodes","edges","packets"]) counts[name] = this.db.prepare(`SELECT count(*) AS n FROM ${name}`).get().n;

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

Alternatives to DWIN Research Adoption

same job, measured the same way
PromptBranch
by promptbranch

Local-first MCP server for versioning, searching, evaluating, and improving AI prompts.

82 installs/wk local only
Recall
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
Caelune
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
C
Invokera Discover
by invokera

Search, inspect and invoke every public tool on Invokera through one MCP connection.

3 tools answering
MCP Toplist
by mcptoplist

Search 77,000+ MCP servers ranked by real adoption data to find the right one for any task.

2 tools answering
OmniClip RAG
by msjsc001

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
OmniClip RAG
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
Annolux Search
by eason4kim-rocket

Search a curated English and Chinese web index through one read-only MCP tool.

local only

DWIN Research Adoption — questions

Answers built from our own checks of this server.

Why is there no uptime for DWIN Research Adoption?
DWIN Research Adoption 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 dwin-research-adoption was installed 45 times last week.
How do I connect DWIN Research Adoption?
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 dwin-research-adoption straight from npm; nothing to host, nothing to sign up for.
How many people use DWIN Research Adoption?
The npm package dwin-research-adoption was installed 45 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 DWIN Research Adoption open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript 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.