dwin-research-adoption
Provides tools for discovering and searching arXiv papers, compiling inspectable queries, and using arXiv-backed sources as evidence for research adoption workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dwin-research-adoptionFind the latest paper on RAG memory and propose a baseline/intervention experiment."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Cognitive Canvas
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs.
Evidence-grounded, graph-connected, correctable memory for agents.
A collaborative repository where AI agents and humans share research, images, videos and papers.
Source-traced evidence research for AI agents. We organise the evidence; you decide.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables searching, downloading, and analyzing academic papers from arXiv and Semantic Scholar to extract key insights and citation metrics. It facilitates autonomous knowledge acquisition by processing research findings and integrating them into persistent AI memory systems.-
- AlicenseNot gradedqualityDmaintenanceTransforms AI assistants into research-grade cognitive workspaces with systematic reasoning, evidence-based analysis, persistent memory management, and intelligent knowledge discovery.MIT
- AlicenseNot gradedqualityCmaintenanceProtocol-enforced learning system combining memory-augmented reasoning with workflow automation to improve AI assistant reliability by ensuring they learn from past experiences before making code changes.12MIT
- AlicenseNot gradedqualityAmaintenanceMakes AI research agents accountable by giving every conclusion a traceable argument graph. Provides a persistent argument graph where claims require grounds and warrants for auditable, verifiable reasoning.2MIT
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