| Domain | What it does |
|---|---|
| Code repositories | Index GitHub repos, search code semantically, find functions and classes, analyze architecture |
| Research papers | Index arXiv papers or PDFs, extract citations and equations, generate reports |
| HuggingFace datasets | Index dataset cards, search metadata |
Quick start
Daily commands
How Delphi fits with Thesis
Thesis stores your research as a graph of hypotheses, experiments, sources, and decisions. Delphi is the layer underneath: it indexes the code, papers, and datasets you point it at, and exposes that index over MCP so any compatible agent can search it. Use them together when your research draws on a body of code or literature larger than what a single chat context can hold. Thesis tracks your reasoning. Delphi gives the agent the context to reason with.Manual install
For contributors or anyone running a fork:docker compose v2, plus git.
Wiring it into your agent host manually
Once you have an API key (from the dashboard at/api-keys or via npx @synsci/delphi init), add the MCP server to your client’s config:
| Host | Config path |
|---|---|
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Code | claude mcp add --scope user synsci-delphi -- uvx synsc-context-proxy |