dwin-research-adoption
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:
discover a versioned paper;
recover source-bound evidence;
propose a narrow change;
compare baseline and intervention under a declared gate;
promote a durable memory only after explicit human approval.
The MCP combines six bounded capsules: Research Radar, Document Intelligence, Evidence Graph, 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
After the npm release:
npx -y dwin-research-adoption@0.1.0Generic MCP client configuration:
{
"mcpServers": {
"dwin-research-adoption": {
"command": "npx",
"args": ["-y", "dwin-research-adoption@0.1.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 the end-to-end workflow without diagnostic tool noise. Set DWIN_TOOL_PROFILE=full to expose advanced category scans, watches, embedding experiments, and the pinned demonstration corpus.
Install the skills
After the GitHub release:
npx skills add vidvinianinov/dwin-research-adoptionIncluded 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
npm ci
npm run verify
npm run receipt:releasenpm run demo uses a sanitized offline arXiv fixture. It discovers the unified tools, routes an AI-memory problem, compiles an inspectable query, performs a fixture-backed search, and emits a deterministic demo summary. npm run audit:release inspects the exact npm file list for secrets, personal paths, employer terms, symlinks, and metadata drift.
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, Privacy, and Terms. Report vulnerabilities privately rather than opening a public issue.
The dependency-ordered product milestones and exit criteria are in the goal chain.
MCP Registry name: io.github.vidvinianinov/dwin-research-adoption
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vidvinianinov/dwin-research-adoption'
If you have feedback or need assistance with the MCP directory API, please join our Discord server