Pensieve MCP Server
by EmjayAhn
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PENSIEVE_API_URL | No | The API URL for the Pensieve cloud service |
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": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_conversationC | 대화 내역을 저장합니다 |
| load_conversationC | 저장된 대화를 불러옵니다 |
| list_conversationsC | 저장된 대화 목록을 조회합니다 |
| search_conversationsC | 대화 내용을 검색합니다 |
| append_to_conversationC | 기존 대화에 메시지를 추가합니다 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |