MemoryMCP
Enables GitHub Copilot to utilize persistent memory, hybrid search, and memory management tools in VS Code.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MemoryMCPstore a memory: I practiced Japanese conversation for 30 minutes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nous
AI に永続記憶を。ペルソナを持った対話を。
Nous は MCP (Model Context Protocol) 対応の永続記憶サーバーです。Claude Desktop や OpenCode につなぐだけで、あなたの AI が「覚える」「思い出す」「検索する」能力を手に入れます。
できること
🧠 記憶システム
ハイブリッド検索: 意味検索 + キーワード検索で、ほしい記憶にすぐたどり着ける
忘却曲線: よく使う記憶は強く、使わない記憶は自然に薄れる(Ebbinghaus モデル)
自動記録: 会話中の重要情報を自動で記憶に保存
👤 ペルソナ管理
複数ペルソナ: 複数の人格・ユーザーを完全に分けて管理
感情・体調: ペルソナの感情状態や体調を追跡・減衰
アイテム・装備: 所持品と装備を管理。記憶作成時の装備状態を自動記録
目標・約束: Goal / Promise のライフサイクルを追跡
💬 WebUI ダッシュボード
リアルタイムチャット: SSE ストリーミングで快適な会話
記憶管理: 記憶の一覧表示・編集・削除・検索
知識グラフ: エンティティ間の関係性を可視化
設定画面: ブラウザから全ての設定を変更可能
🎨 オプション機能
画像生成: ComfyUI 連携でペルソナの画像を自動生成(デフォルト OFF)
音声合成: Irodori TTS による日本語音声出力(デフォルト OFF)
コード実行: Docker サンドボックスで Python/Bash を安全に実行
Related MCP server: HKC Memory Server
クイックスタート
git clone https://github.com/solidlime/Nous.git
cd Nous
docker compose up -d起動したら http://localhost:26262 をブラウザで開くだけ。
環境変数(.env)
# 必須: いずれか1つの LLM API キー
NOUS_ANTHROPIC_API_KEY=your_key
# NOUS_OPENAI_API_KEY=your_key
# NOUS_OPENROUTER_API_KEY=your_key
# オプション
TZ=Asia/Tokyo
DATA_ROOT=./dataLLM と接続する
Claude Desktop
claude_desktop_config.json に以下を追加:
{
"mcpServers": {
"nous": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:26262/mcp"],
"env": {
"MCP_REMOTE_HEADER_X-Persona": "your_name"
}
}
}
}OpenCode
{
"mcpServers": {
"nous": {
"url": "http://localhost:26262/mcp",
"headers": {
"X-Persona": "your_name"
}
}
}
}VS Code (GitHub Copilot)
{
"mcpServers": {
"nous": {
"url": "http://localhost:26262/mcp",
"headers": {
"Authorization": "Bearer your_name"
}
}
}
}Persona の指定方法: 優先順位は
Bearer トークン>X-Persona ヘッダー> 環境変数PERSONA> デフォルト"default"。
WebUI
http://localhost:26262 にアクセスすると、以下の画面が使えます:
画面 | できること |
チャット | ペルソナとリアルタイム会話(SSE ストリーミング) |
オーバービュー | 記憶の統計・タグ分布・日次推移を表示 |
記憶管理 | 記憶の一覧表示・編集・削除 |
知識グラフ | エンティティ間の関係性を可視化 |
設定 | チャット設定・LLM プロバイダー・API キーなどをブラウザから変更 |
ドキュメント
ドキュメント | 内容 |
mcp-remote / mcp-proxy を使った接続手順 | |
LLM がツールを使う際のベストプラクティス | |
技術スタック・ディレクトリ構造・設計パターン | |
REST API の詳細 | |
忘却曲線・検索・エンリッチメントの詳細 | |
Docker コード実行の設定とアーキテクチャ |
ライセンス
MIT License — 詳細は LICENSE を参照。
Nous — Built by solidlime
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 Servers
- Alicense-qualityAmaintenanceOpen-source MCP server that gives any LLM long-term memory using a knowledge graph and vector search hybrid. It stores entities, observations, and relationships, enabling semantic recall across sessions with automatic clustering and fail-loud infrastructure.Last updated50MIT
- Flicense-qualityDmaintenanceAn MCP server for managing persistent AI memory using hybrid search (keyword + semantic vector) with SQLite storage and offline-first local embeddings.Last updated
- Alicense-qualityBmaintenancePersistent memory MCP server that stores and retrieves memories in Markdown files, enabling shared context across multiple AI agents with hybrid search and deduplication.Last updatedMIT
- Flicense-qualityCmaintenanceA self-hosted MCP server that gives AI agents persistent, searchable memory with importance scoring, knowledge graphs, and autonomous memory consolidation.Last updated1
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
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/solidlime/Nous'
If you have feedback or need assistance with the MCP directory API, please join our Discord server