Evidence-first local MCP and skills for turning AI research into measured, human-approved setup changes.
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add dwin-research-adoption -- npx -y dwin-research-adoption{
"mcpServers": {
"dwin-research-adoption": {
"command": "npx",
"args": ["-y", "dwin-research-adoption"]
}
}
}Resumen de MCP Servers
# DWIN Research Adoption
Turn AI research into measured setup improvements without letting papers silently rewrite your system.
This repository contains one local MCP entrypoint plus three reusable skills. The workflow keeps five states separate:
1. discover a versioned paper;
2. recover source-bound evidence;
3. propose a narrow change;
4. compare baseline and intervention under a declared gate;
5. promote a durable memory only after explicit human approval.
The MCP combines seven bounded capsules: Research Radar, Document Intelligence, Evidence Graph, Setup Intelligence, Research Adoption, Memory Graph, and Factory Health. It does not include personal session history, financial data, employer artifacts, or private source corpora.
## Install the MCP
```bash
npx -y dwin-research-adoption@0.2.0
```
Published package: [dwin-research-adoption on npm](https://www.npmjs.com/package/dwin-research-adoption). Official Registry identity: `io.github.vidvinianinov/dwin-research-adoption`.
Generic MCP client configuration:
```json
{
"mcpServers": {
"dwin-research-adoption": {
"command": "npx",
"args": ["-y", "dwin-research-adoption@0.2.0"]
}
}
}
```
No API key is required. The default data directory is private application data; override it with `DWIN_FACTORY_DATA` when isolation is needed. Network access is deny-by-default. Only official arXiv endpoints and an optional loopback local-model endpoint are allowlisted by the bundled policy.
The default `basic` profile exposes 38 tools across discovery, PDF evidence, setup inventory, hybrid retrieval, reconciliation, evaluation, and governed Memory. Set `DWIN_TOOL_PROFILE=full` to expose additional category scans, watches, retrieval experiments, and the pinned demonstration corpus.
## Index a local AI setup
Registration is explicit: the package never scans your home directory. From a stable checkout or global installation:
```bash
dwin-research-adoption setup-register my-setup /absolute/path/to/setup
```
Call `setup_sync` to classify and index instructions, skills, MCP manifests, capsules, contracts, policies, hooks, steerings, SOPs, scripts, evals, fixtures, evidence, and configuration. `setup_search` uses FTS5/BM25; `setup_reopen` verifies exact source text; `setup_graph` exposes bounded typed relationships; and `setup_reconcile` returns observed or gap candidates without editing the setup.
For optional semantic recall, call `setup_bridge_evidence`, explicitly provision the pinned model, and then call `evidence_embed`:
```bash
dwin-research-adoption embedding-provision
```
The embedding cache binds exact text, role, model revision, preprocessing/configuration, runtime, and architecture. BM25 stays the default; vectors and graph edges remain candidate-only.
## Parse local research PDFs
The lightweight package does not bundle model weights. Explicitly provision pinned Docling and register one PDF:
```bash
dwin-research-adoption document-provision
dwin-research-adoption document-register paper /absolute/path/to/paper.pdf
```
Then call `document_sync`, `document_search`, and `document_reopen`. The parser runs locally and returns page/block provenance, hashes, and a private lossless Docling export. Provisioning is intentionally separate because the tested runtime uses about 1.34 GB of model artifacts.
## Run the daily local scheduler
The public package includes a bounded daily runner plus a macOS launchd installer. A stable checkout or global installation is required; ephemeral `npx` paths are rejected.
```bash
dwin-research-adoption schedule install 8 0
dwin-research-adoption schedule status
dwin-research-adoption daily
```
The scheduled run executes only jobs declared `daily` in capsule manifests and writes hashed receipts under private application data. It does not publish posts, install research changes, or promote Memory.
## Install the skills
```bash
npx skills add vidvinianinov/dwin-research-adoption
```
Current stable release: [v0.1.0](https://github.com/vidvinianinov/dwin-research-adoption/releases/tag/v0.1.0). The `0.2.0` setup-reconciliation release is validated locally and pending publication. Skill catalog: [skills.sh/vidvinianinov/dwin-research-adoption](https://www.skills.sh/vidvinianinov/dwin-research-adoption).
Included skills:
- `triage-ai-research`: route a question to an audited arXiv template and produce candidate evidence.
- `adopt-research-into-setup`: turn a selected paper into a baseline/intervention experiment.
- `review-evidence-and-memory`: verify provenance and promote only accepted, approved lessons.
## Reproduce the release checks
```bash
npm ci
npm run verify
npm run receipt:release
```
`npm run demo` uses a sanitized offline arXiv fixture and an isolated index of the package itself. It discovers the unified tools, finds papers, builds a typed setup index, reopens exact evidence, reports three explicit gap candidates, runs the baseline/intervention reconciliation case, and verifies that Memory remains empty. `npm run audit:release` inspects the exact npm file list for secrets, personal paths, employer terms, symlinks, and metadata drift.
The first real research-to-setup result is the [memory portability launch case](docs/cases/memory-portability-2609-05339.md). It includes a negative adoption decision and makes no productivity or token-saving claim.
## Product boundary
The default retrieval path is lexical and source-cited. Optional embeddings are local, pinned, hash-cached, and experimental; they do not confer truth or authority. Parsed PDFs and external abstracts are untrusted inputs. Graph edges are candidate relationships. Only evaluator receipts plus a current human approval can authorize durable memory.
The local stdio package is Apache-2.0. A future hosted service may add managed scheduling, organization policy, collaborative approvals, and hosted evaluation while preserving the public contracts.
## Security and privacy
See [SECURITY.md](SECURITY.md), [Privacy](docs/privacy.md), and [Terms](docs/terms.md). Report vulnerabilities privately rather than opening a public issue.
The dependency-ordered product milestones and exit criteria are in the [goal chain](docs/roadmap.md).
MCP Registry name: `io.github.vidvinianinov/dwin-research-adoption`
Lo que la gente pregunta sobre dwin-research-adoption
¿Qué es vidvinianinov/dwin-research-adoption?
+
vidvinianinov/dwin-research-adoption es mcp servers para el ecosistema de Claude AI. Evidence-first local MCP and skills for turning AI research into measured, human-approved setup changes. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-08.
¿Cómo se instala dwin-research-adoption?
+
Puedes instalar dwin-research-adoption clonando el repositorio (https://github.com/vidvinianinov/dwin-research-adoption) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar vidvinianinov/dwin-research-adoption?
+
Nuestro agente de seguridad ha analizado vidvinianinov/dwin-research-adoption y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene vidvinianinov/dwin-research-adoption?
+
vidvinianinov/dwin-research-adoption es mantenido por vidvinianinov. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.
¿Hay alternativas a dwin-research-adoption?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega dwin-research-adoption en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/vidvinianinov-dwin-research-adoption)<a href="https://claudewave.com/repo/vidvinianinov-dwin-research-adoption"><img src="https://claudewave.com/api/badge/vidvinianinov-dwin-research-adoption" alt="Featured on ClaudeWave: vidvinianinov/dwin-research-adoption" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!