OmniSeek
Your agent seeks what search can't find.
The answer is sitting in minute 47 of a podcast, three replies deep in a comment thread, behind a login, in another language. Your agent gets it anyway.
Self-hosted perception MCP server · one connection
Search gives your agent indexed pages, in one language, in text. That's the surface.
OmniSeek is the reach beneath it, and everything it does runs on your machine.
It hears (local bilingual ASR, no cloud), sees (images and video frames, in-band), crosses languages (a Chinese query finds English results and vice versa), reads behind login walls (your credentials, your machine, off by default), and remembers (a persistent relation graph that gets richer with every query).
Every source in the catalog earned its place by beating plain search at something, from citation graphs and regulatory filings to login-walled forums and Chinese-language video. And the catalog is built to grow: a curator pipeline probes, judges, and admits new sources, and retires the ones that decay.
Worked examples, real outputs · A full case study
Quick start
Docker (recommended)
git clone https://github.com/Battam1111/omniseek.git && cd omniseek
docker compose up -d
docker compose logs omniseek # bearer token printed on first start
curl -s http://127.0.0.1:8765/healthz
Point your MCP client at http://127.0.0.1:8765/mcp with Authorization: Bearer <token>. The token is generated on first start and stored in ~/.omniseek/credentials/omniseek_http.json (with the compose file, that's ./.omniseek/credentials/omniseek_http.json on the host).
The first up builds locally (dependencies + headless Chromium); later starts are instant. The core image is Apache-clean and ships without PDF reading, hearing (ASR + video frames), and login-walled sources; unlock them with the build arg EXTRAS="[pdf,asr,walled]". Optional but recommended: set OMNISEEK_CONTACT_EMAIL for a faster lane with Crossref, SEC, and Unpaywall.
Without Docker
python -m venv .venv && . .venv/bin/activate
scripts/bootstrap.sh
python -m omniseek.serve_http
On Windows, run bootstrap.sh under Git Bash or WSL; Docker is the simplest path. For an always-on Linux service, see deploy/omniseek.service.
OmniSeek binds 127.0.0.1 and requires the bearer token on every request. Do not expose without a reverse proxy (SECURITY.md).
Tools
One MCP connection. Start with omniseek_search; explore what's available with omniseek_sources.
| Tool | What it does |
|---|---|
omniseek_search |
Fan out across the whole catalog, deduplicate, rank. Cross-lingual (semantic + lexical). |
omniseek_read |
Normalize any URL or document (web page, PDF, arXiv) into clean text. |
omniseek_view |
Read images, document figures, video frames with vision. |
omniseek_transcribe |
Transcribe audio/video locally. Bilingual ASR, sliceable by timestamp. |
omniseek_field_skeleton |
Map a research field's citation neighborhood: foundational core vs. frontier. |
omniseek_resolve_identity |
Resolve a person's name to candidate author IDs across databases. |
omniseek_coauthors |
Map a researcher's collaboration network by joint-paper count. |
omniseek_institution_cohort |
List who actively publishes at a lab, scoped to a field. |
omniseek_paper_enrich |
Open-access PDF, retraction/integrity status, citation count for a paper. |
omniseek_paper_recommend |
Semantically similar papers (SPECTER embeddings) that keyword search misses. |
omniseek_graph |
Query the accumulated relation graph: find, neighborhood, between, since, similar. |
omniseek_sensor |
Standing queries with novelty detection. Only tells you what is new. |
omniseek_ruling |
Record identity judgments (same/not-same) the graph applies at read time. |
omniseek_statement |
Record directed relations the graph carries forward. |
omniseek_curator_act |
Source lifecycle: submit, probe, judge, admit, retire. |
omniseek_curator_view |
Read the source-admission queue or a per-source audit dossier. |
omniseek_gather |
Run multiple tools in parallel, one response. |
omniseek_sources |
List and route: domains, regions, capabilities, health. |
Full reference in tools.md · FAQ
Using Claude Code? skills/omniseek-investigate ships the investigation methodology (sweep, zoom, structure) as a ready-made skill.
Configure
OmniSeek is catalog-first: with no config, every benign source is on and login-walled sources are off. Tune in one file, ~/.omniseek/profile.json (example):
| Tier | Default |
|---|---|
| free (public, no key) | on |
| keyed (a free or paid API key you supply) | on once the key is set |
| walled (a login you hold) | off; you bring your own browser |
| circumvention | off; none in the default pack |
Full reference: configuration · walled sources · legal posture
Why self-hosted
Every query you run, every connection your agent finds, every credential you use stays on your machine. No cloud service ever sees what you're researching. The relation graph it builds over months is yours; if you stop running OmniSeek, you keep everything. Not a feature toggle. The architecture.
Contributing
See CONTRIBUTING.md. The bar for a new source: it must beat plain web search via a mode (structure / unwall / transcribe / recall / monitor). The bar for fixing a decayed source: low, please do. python tests/smoke.py before you push.
By participating you agree to the Code of Conduct.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file omniseek-0.1.0.tar.gz.
File metadata
- Download URL: omniseek-0.1.0.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f00b42a747eeac3bd150f40e6dc1f93d0e9f296583507b57f509a2eae5611a9
|
|
| MD5 |
cf24b675393d3c4d79271fb4af216d9d
|
|
| BLAKE2b-256 |
5b9160bfb489ca02a3f5f05884cb3e32af530bc901229f80b20af57e9654d72d
|
File details
Details for the file omniseek-0.1.0-py3-none-any.whl.
File metadata
- Download URL: omniseek-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbfabfd146bf6c52ba695a64057ae7dc8ad800952000cbbf87e260f68d300d71
|
|
| MD5 |
a91a20d4bcf65e6eb9102b54e4e3878f
|
|
| BLAKE2b-256 |
703f84af35edf76d5e18012bbf62b4d82babb51b7ec0578cca6f6d7f48848e73
|