PUBLIC REPOSITORY · ALPHA
GroundedSeek
Keep every research conclusion traceable to its evidence
A local-first web research service and MCP workspace that organizes search, browsing, evidence capture, version history, and export into a traceable research workflow.
- FastAPI
- MCP
- Playwright
- SQLite
EVIDENCE
Public material in progress
Real interface captures and reproducible material are still being prepared. This page does not substitute invented screenshots or unverified numbers.
SYSTEM MAP
How it works
- 01Research question
- 02Search and browse
- 03Evidence records
- 04Resolve conflicts
- 05Versioned report
The problem
An answer that sounds plausible is not the same as a research result. Reusable research needs to record where information came from, when it was retrieved, which sources disagree, and whether the conclusion can be checked again later.
Design
GroundedSeek models a research project as a versioned artifact. Search is only the entry point: browsing history, quoted passages, source metadata, and the final synthesis are stored together. It provides both a browser workspace and a constrained stdio MCP interface for agents.
Current progress
- Project-based research tasks with version history.
- JSON and Markdown export for review and further processing.
- Direct links between claims and evidence instead of a loose list of sources at the end.
- Local storage for research material, reducing dependence on a hosted chat workspace.
Work continues on source-quality assessment, conflicting-evidence views, and reproducible research runs.