Forgetful
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_PORT | No | HTTP server port | 8020 |
| EMBEDDING_MODEL | No | Embedding model | BAAI/bge-small-en-v1.5 |
| MAX_GRAPH_LIMIT | No | Upper bound for graph limit | 2000 |
| MEMORY_TOKEN_BUDGET | No | Max tokens for query results | 8000 |
| MEMORY_NUM_AUTO_LINK | No | Auto-link count | 3 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discover_forgetful_toolsA | Discover available tools, optionally filtered by category Returns enough information for LLMs to call tools directly without needing how_to_use. Args: category: Optional category filter (user, memory, project, code_artifact, document, entity, linking) ctx: FastMCP Context (automatically injected) Returns: Dictionary with: - tools_by_category: Tools grouped by category - total_count: Total number of tools - categories_available: List of available categories - filtered_by: Category filter applied (if any) All Available ToolsUser Tools - User profile and preferences
Memory Tools - Atomic knowledge storage (<400 words per memory)
Provenance Tracking (optional fields for create_memory/update_memory):
Project Tools - Organize memories by context/scope
Code Artifact Tools - Reusable code snippets and patterns
Document Tools - Long-form content (>300 words)
Entity Tools - Real-world entities (people, orgs, devices)
Workflow
|
| how_to_use_forgetful_toolB | Get detailed documentation for a specific tool Returns complete documentation including JSON schema, multiple examples, and full parameter details. Args: tool_name: Name of the tool to get documentation for ctx: FastMCP Context (automatically injected) Returns: Detailed tool documentation with JSON schema |
| execute_forgetful_toolA | Execute any registered tool dynamically. Forgetful is a semantic memory system for LLMs. Quick Start - One-Shot Examples (all required params shown)Memory Operations:
Project Organization:
Entities (people, orgs, devices):
Documents (long-form content >300 words):
Code Artifacts (reusable snippets):
Linking Best PracticesAlways link related items for discoverability:
Tool Categoriesmemory | project | entity | document | code_artifact | linking | user Use discover_forgetful_tools(category?) for full parameter details and optional params. Args: tool_name: Name of the tool to execute arguments: Dictionary of arguments to pass to the tool ctx: FastMCP Context (automatically injected) Returns: Tool execution result (format depends on the specific tool) |
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/ScottRBK/forgetful'
If you have feedback or need assistance with the MCP directory API, please join our Discord server