Server data from the Official MCP Registry
Cited, regularly-updated startup/AI/product operator brain for Claude Code, Cursor & Cowork
Cited, regularly-updated startup/AI/product operator brain for Claude Code, Cursor & Cowork
Remote endpoints: streamable-http: https://oraclip.agni.work/mcp
Valid MCP server (4 strong, 6 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: RETRIEVER_URL
Environment variable: RETRIEVER_TOKEN
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
An MCP server that injects a curated, regularly-updated, verbatim-cited operator brain
(YC, a16z, Sequoia, Lenny's Podcast, Anthropic, Andrej Karpathy, AI Engineer, Latent
Space, Dwarkesh, SaaStr — 135+ videos, ~6,000 chunks; nightly refresh target — see
operator_brain_stats for the last build timestamp) into the tools you already use:
Claude Code, Cursor, Cowork, Claude Desktop, ChatGPT desktop.
You're not going to switch away from Claude/Cursor — so don't. This rides inside them. The big models answer from general, stale, uncited knowledge. This tool returns the actual words of the best operators, with the speaker, the date, and the source YouTube clip, on a regularly-updated niche corpus (nightly refresh target) — the one thing they're structurally weak at. It augments the host model; it doesn't compete with it.
ask_operators(query, top?, theme?) → verbatim, cited passages (channel · date · clip URL) for the host to ground + cite its answer.operator_brain_stats() → coverage + freshness.The default path is the hosted brain — nothing to run locally, no Python, no index. Two thin ways to reach it (A and B); a fully-local self-host option is in Advanced below.
There's a free shared key baked into the configs below — paste-and-go, no signup.
It's a fair-use shared tier (a daily call quota). For a higher-quota key of your own
(plus the priority-latency / freshness SLA), email hello@agni.work (self-serve signup
lands with billing at S5). Pass the key as RETRIEVER_TOKEN (npx path) or as the Bearer
token (remote-MCP path).
Free shared key:
ok_free_2620edf301e0560401b4d002290c4b38642b2f8e
For hosts that support a remote MCP endpoint, point them directly at the hosted /mcp
endpoint with the key as a Bearer token — no npx, no local process:
URL: https://oraclip.agni.work/mcp
Auth: Bearer ok_free_2620edf301e0560401b4d002290c4b38642b2f8e
For hosts (Cursor / Claude Desktop / Cowork config) that spawn a local stdio command, run the
thin oraclip-mcp client and point its RETRIEVER_URL at the hosted retriever base (the
client appends the retriever paths itself — do NOT put /mcp here; /mcp is the remote-MCP
endpoint in path A, a different surface):
{
"mcpServers": {
"operator-brain": {
"command": "npx",
"args": ["-y", "oraclip-mcp"],
"env": {
"RETRIEVER_URL": "https://oraclip.agni.work",
"RETRIEVER_TOKEN": "ok_free_2620edf301e0560401b4d002290c4b38642b2f8e"
}
}
}
}
Equivalent one-liner:
RETRIEVER_URL=https://oraclip.agni.work RETRIEVER_TOKEN=ok_free_2620edf301e0560401b4d002290c4b38642b2f8e npx -y oraclip-mcp
Then ask your agent: "Use operator-brain: what do the best operators say about pricing an AI product?" — it returns cited clips and grounds the answer.
What's live today is the honest differentiator:
Both tiers query the same corpus today. Corpus-scoping and per-seat features land at S5 — so the free tier is not a reduced corpus subset (that gating isn't built yet); the live distinction is quota + (paid) latency/freshness SLA.
RETRIEVER_URL — hosted retriever base (e.g. https://oraclip.agni.work). If set, no local Python is used.RETRIEVER_TOKEN — bearer key for the hosted retriever. A free shared key is included above; for your own higher-quota key, email hello@agni.work.OPERATOR_BRAIN_VAULT (Advanced / self-host only, default ai-content-brain)GBRAIN_PORT (Advanced / self-host only, default 8079)Most users should use the hosted path above. If you want to run the whole retriever locally (no hosted dependency), this repo can spawn a local Python retriever daemon.
Architecture: thin Node MCP (stdio) → local Python retriever daemon (gbrain_serve.py, holds
the embedding model + vector matrix in memory; auto-started on first call). Host model =
reasoning; this tool = cited retrieval. Retrieval ~0.3s.
Prereqs: cd agni-sage/mcp && npm install · Python fastembed+numpy set up. With no
RETRIEVER_URL set, the retriever auto-starts on first call:
claude mcp add operator-brain -- node "/absolute/path/to/agni-sage/mcp/server.mjs"
Cloud deploy: a single stateless Node service on Vercel scale-to-zero (~$0 idle; query
embedding offloaded to Together serverless). Hosted at https://oraclip.agni.work.
Deploy details live in deploy/vercel/DEPLOY.md.
This is the entry product: distribution = the host tools' users; the moat = the curated, cited, regularly-updated corpus they can't reproduce. Meter by usage/seat; every call is also flywheel data. The free public "cited clips" page is the funnel; the Distillery (mint cited models from any corpus) is the B2B expansion.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.