ckz1/ResearchForge
A modular AI research agent scaffold for retrieval, tool use, scientific writing, and workflow-driven automation.
Platform-specific configuration:
{
"mcpServers": {
"ResearchForge": {
"command": "npx",
"args": [
"-y",
"ResearchForge"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
A modular AI research agent scaffold for retrieval, tool use, scientific writing, and workflow-driven automation.
<p> </p>
<p> ResearchForge is designed for people who need more than a chatbot: local knowledge retrieval, web-aware answers, MCP-powered tools, reusable task skills, and an execution-ready workspace for technical and scientific work. </p>
</div>
---
Most agent demos stop at “chat with tools.” Real research work does not.
A useful research assistant usually needs to:
ResearchForge is a scaffold for exactly that kind of system.
---
| | | |---|---| | Multi-agent orchestration | A main DeepAgents-based orchestrator delegates retrieval and web-search tasks to specialized subagents. | | Local RAG pipeline | Documents are loaded, chunked, deduplicated, embedded with Ollama, and stored in Qdrant for semantic retrieval. | | MCP-native design | External tools and resources can b
Loading reviews...