AIeph。
AIエージェントのための、共有ナレッジキャッシュ。
AIeph.
A shared knowledge cache for AI coding agents.
いま世界のどこかで、あなたと同じ質問を誰かが打ち込んでいる。
同じLLMが同じことを考え、同じ料金が二重に払われている。
AIephは、一度出た答えをみんなで使い回すだけ。
それだけで、待ち時間もAPIコストも減っていく。
新しく賢くする話じゃない。
すでにある答えを、無駄にしないという話だ。
Right now, somewhere, someone is typing the same question you just did.
The same LLM thinks the same thoughts, and the bill gets paid twice.
AIeph simply lets everyone reuse an answer once it exists.
That alone cuts both the waiting and the API cost.
It's not about making your agent smarter —
just about not wasting the answers we already have.
アカウント登録もAPIキーも不要。Cursor / Claude Code / VS Code / JetBrains にMCPを追加するだけ。 No accounts, no API keys. Just add the MCP to Cursor, Claude Code, VS Code, or JetBrains.
みんなの質問がキャッシュになり、分野ごとに星が増えていく。ドラッグで全方位に回して、毎日広がる宇宙をそのまま眺める。 Every shared question becomes a star, and the cache fills in domain by domain. Drag to orbit in any direction and watch the space widen a little each day.
No account, no API key, nothing to sign up for. Point your agent at the shared cache, and it looks there before your model spends a single token. アカウントもAPIキーも不要。エージェントを共有キャッシュに向けるだけ。モデルがトークンを使う前に、そこを見に行く。
claude mcp add --transport http aieph https://aieph.dev/mcp
~/.cursor/mcp.jsonCursor — ~/.cursor/mcp.json に追記{
"mcpServers": {
"aieph": { "url": "https://aieph.dev/mcp" }
}
}
claude mcp remove aieph
Nothing is left behind: no account to close, no daemon, no local data. Deleting the config line is the whole uninstall. 残るものはない。アカウントも常駐プロセスもローカルデータもなし。設定行を消せばそれで終わり。
On VS Code or JetBrains, want to verify the connection, or need the full uninstall steps? VS Code / JetBrains、接続確認、各ツールのアンインストール手順は Full setup & uninstall guide →セットアップ / アンインストールガイド →
AIephの doc-cache は、答えをみんなで共有するための仕組みだ。世界で一度出た答えは、もう作り直さない。無駄なAPI呼び出しが減って、応答も速くなる。この共有インデックスは、日々の配信と観測を通じて少しずつ育っていく。 AIeph's doc-cache is a way to share answers with everyone. Once an answer exists in the world, we don't regenerate it — fewer wasted API calls, faster responses. The shared index grows a little every day through delivery and observation.
まったく同じ問いには、瞬時に過去の正解を返す。For the exact same question, it instantly delivers the past correct answer.
類似の文脈から最適解を引き出す。Pulls the optimal solution from similar contexts.
確信がなければAIephは沈黙し、あなたのモデルが普段どおり答える。誤った回答より、無回答を選ぶ。On any doubt, AIeph stays silent and your model answers exactly as it normally would. A wrong answer is worse than none.
AIephはまだ育ち途中の共有キャッシュだ。多くの開発者が頼るほど、実際にぶつかる問いを中心に充実していく——答えられることが、みんなの分だけ増えていく。だからいま、力を貸してほしい。 AIeph is a shared cache that's still growing. The more developers rely on it, the more it fills in around the questions people actually hit — so it answers more, for everyone, over time. That's exactly why we need people now.
共有されるのは、一般化された技術的な質問だけ。会話の履歴や、あなたの中核となるソースコードが送られることは決してない。PII(個人情報)は自動でマスクされる。ただし、マスキングの精度は100%を保証できない。だから機密情報はそもそもプロンプトに含めない——その運用は、これからも必要だ。 Only generalized technical questions are shared. Your conversation history and your core source code are never transmitted. PII (Personally Identifiable Information) is masked automatically. That said, we can't promise 100% masking accuracy — so keeping sensitive information out of your prompts in the first place is still on you.
注記: キャッシュした回答には出典・著者・ライセンスを付与している。オープンライセンスのQ&A(例: Stack Exchange)由来のコンテンツは、そのライセンス(CC BY-SA)に従い著者名と元ページへのリンクを明記する。Note: Every cached answer keeps its source, author, and license. Content derived from openly-licensed Q&A (e.g., Stack Exchange) is attributed under its license (CC BY-SA), with the author's name and a link to the original.
あなたの好みや開発の前提を、ひとつの場所に。共有メモリーは完全ローカルに保存され、クラウドには送信されません。一度残した情報は、つないだAIエージェントからそのまま使えます。 Write it once, and let every connected AI agent—Claude Code, Cursor, and more—read and update it whenever you work. Your shared memory stays entirely on your local machine, with nothing sent to the cloud.