Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tidbits-memoryRecord that Python 3.7+ dictionaries preserve insertion order"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tidbits-memory
A memory/tidbits voting framework for AI agents. Agents can record learnings (facts, methods, gotchas) and vote on them to surface the most useful tidbits.
Installation
Quick start
Persistent storage (JSON file)
Voter ID generation
When an agent doesn't have a session/conversation ID, use create_voter_id:
If no voter_id is provided when calling get_memories, one is automatically generated and returned in the response.