fuga-memory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_memoryA | 記憶を保存する。 Args: content: 保存するテキスト(1文字以上、100,000文字以下)。 session_id: セッション識別子。 source: 記憶のソース(デフォルト: "manual")。 Returns: {"id": int, "status": "saved"} Raises: ValueError: content が空または上限を超えた場合。 |
| search_memoryA | ハイブリッド検索(FTS + ベクトル + RRF + 時間減衰)。 Args: query: 検索クエリ文字列。 top_k: 返す最大件数(デフォルト: 5、1 以上)。 Returns: [{"id", "score", "content", "session_id", "source", "created_at"}, ...] score の降順でソート済み。 Raises: ValueError: query が 4,096 文字を超える場合、top_k が 1 未満または 100 超の場合。 |
| list_sessionsA | セッション一覧を返す(直近更新順)。 エンコーダ不要の読み取り専用操作のため、モデルの初期化を発生させない。 Args: limit: 返す最大件数(デフォルト: 20、1 以上)。 Returns: [{"session_id", "memory_count", "last_updated"}, ...] Raises: ValueError: limit が 1 未満または 200 超の場合。 |
| delete_memoryA | 記憶を削除する。 Args: memory_id: 削除する記憶の ID(1 以上)。 Returns: {"status": "deleted"} Raises: ValueError: memory_id が 1 未満の場合、または指定された ID の記憶が見つからない場合。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/densuke/fuga-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server