@brainfeather/mcp
@brainfeather/mcp
AIコーディングエージェントのための長期メモリ。一度記録された事実は、すべてのクライアントから呼び出せる。
エージェントは毎回ゼロからセッションを開始する。スタック、規約、先週下した決定を何度も説明し直すことになる。Brainfeatherはそれを記憶するレイヤーであり、再度尋ねる必要がなくなる。
インストール
MCPクライアント設定に追加:
{
"mcpServers": {
"brainfeather": {
"command": "npx",
"args": ["-y", "@brainfeather/mcp"],
"env": {
"BRAINFEATHER_API_KEY": "bf_live_your_key_here"
}
}
}
}brainfeather.com/settings でキーを生成する。
設定ファイルの場所:
クライアント | パス |
Claude Code |
|
Cursor |
|
その他 | クライアントのMCPドキュメントを参照 |
Related MCP server: arcane
環境
変数 | 必須 | デフォルト |
| はい | — |
| いいえ |
|
キーが唯一の認証情報である。キーは1つのアカウントにマッピングされ、ダッシュボードから取り消すと次のリクエストから有効になる — 再デプロイも共有シークレットも不要。
キーをエディタ設定に置きたくない場合は、~/.brainfeather/config.json に置く:
{ "apiKey": "bf_live_your_key_here" }環境変数が優先される。
ツール
ツール | エージェントが使用するタイミング |
| セッション開始時 — スタック、決定事項、規約を読み込む |
| ライブラリやパターンを選ぶ前に |
| 永続的な事実が現れた瞬間 |
| 誤って記録されたものがある場合 |
| このプロジェクトが関わるツールと概念 |
| あるツールへの変更が他に何に影響するか |
6つのツールであり、16ではない。すべてのツールの説明が毎ターンモデルのコンテキストに含まれるため、セットは意図的に小さくされている — そして各説明はいつ呼び出すべきかを明記している。メモリサーバーの障害モードは壊れたツールではなく、それを決して呼び出さないエージェントだからだ。
何が保存されるか
save_memory は自由に呼び出して問題ない。サーバーが何を残すかを決定する:
除外される — 挨拶、承認、独り言、一時的な状態、一回限りのコマンド。「おはよう」や「ちょっと確認させて」がストレージに到達することはない。
重複排除される — 完全な重複、およびトークンの重複による近似の重複。同じ事実を2回保存するとAlready knownと報告され、何も変更されない。
置き換えられる — 既存の事実と矛盾する事実は、並べて置かれるのではなく、既存の事実を取り消す。後続の読み取りは現在も有効なものだけを返すため、6月に覆した決定が8月に再浮上することはない。
リンクされる — ツール、言語、フレームワークが自動的に抽出され、それらに言及するメモリに接続される。手動タグ付けは不要。
応答はどれが発生したかを示す: Saved …、Already known …、または Not stored — <why>。
応答は意図的に簡潔
このサーバーが返すものはすべてコンテキストウィンドウに入るため、出力はJSONではなくプレーンな行になる。3つのメモリをプリティプリントされたJSONとしてシリアライズすると713文字だったが、同じ行を行として表すと131文字だった。
これは文字数であり、トークン数ではない — トークン比率はトークナイザーに依存し、測定されていない。
要件
Node 18以降 (グローバルfetchを使用)。
リンク
ダッシュボード — メモリの閲覧と編集
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
Shared memory for coding agents. Stop re-explaining your codebase every session.
Persistent memory for AI agents. Search, store, and recall across sessions.
Persistent cloud memory for AI agents. Store and search key-value memories across sessions.
Related MCP Servers
- AlicenseAqualityCmaintenancePersistent memory for AI coding agents. Store coding standards, architecture decisions, and project context across sessions with AES-256 encryption.81MIT
- AlicenseNot gradedqualityBmaintenanceProvides persistent, searchable memory and knowledge capture for AI-assisted development, enabling agents to retain decisions, bugs, and patterns across sessions and projects.MIT
- AlicenseNot gradedqualityCmaintenanceProvides persistent memory for AI coding tools, allowing them to remember corrections, decisions, and preferences across sessions and different tools.602MIT
- AlicenseAqualityBmaintenanceShared memory layer for AI coding agents to store and recall learned information across sessions and tools.92MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brainfeatherai/brainfeather-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server