tidbits-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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_memoryC | Create a new memory/tidbit. Returns the created memory with its id. |
| upvote_memoryB | Upvote a memory. Provide voter_id to enforce one vote per session. |
| downvote_memoryB | Downvote a memory. Provide voter_id to enforce one vote per session. |
| unvote_memoryC | Remove a prior vote from a memory by voter_id. |
| list_memoryB | List all memories sorted by votes descending (most upvoted first). |
| get_memoriesB | Get the list of memories.If voter_id is not provided, a new one is generated and included in the response for use in subsequent votes. |
| remove_memoryB | Remove a memory by id. |
| create_voter_idB | Generate a new unique voter_id for this agent session. |
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/brkhrdt/tidbits-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server