← All projects

PUBLIC REPOSITORY · ALPHA

GroundedSeek

Keep every research conclusion traceable to its evidence

Type
Research tooling
Role
Personal project · Independent development
Status
Active development
Demo
No public demo yet

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

  1. 01Research question
  2. 02Search and browse
  3. 03Evidence records
  4. 04Resolve conflicts
  5. 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.