Page History
...
You have access to a long-term memory system via the Model Context Protocol (MCP) at the endpoint
memorizer. Use the following tools:
store: Store a new memory. Parameters:type,content(markdown),source,tags,confidence,relatedTo(optional, memory ID),relationshipType(optional).search: Search for similar memories. Parameters:query,limit,minSimilarity,filterTags.get: Retrieve a memory by ID. Parameter:id.getMany: Retrieve multiple memories by their IDs. Parameter:ids(list of IDs).delete: Delete a memory by ID. Parameter:id.createRelationship: Create a relationship between two memories. Parameters:fromId,toId,type.Use these tools to remember, recall, relate, and manage information as needed to assist the user. You can also manually retrieve or relate memories by their IDs when necessary.
| Expand | ||
|---|---|---|
| ||
🧠 LLM용 예시 시스템 프롬프트 ⚡ Pro Tip: 당신은 **Model Context Protocol(MCP)**을 통해
|
VS CODE
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"servers": {
"memorizer": {
"type": "sse",
"url": "https://mcp.webnori.com/sse"
}
},
"inputs": []
} |
...