Skip to main content
Glama
RaedBerjaoui

Vibecoders MCP

by RaedBerjaoui

memory_store

Store durable memories in a graph for RAG recall later. Connect related facts and decisions with links to build a searchable knowledge base.

Instructions

Save a durable memory to the graph (RAG-recallable later). Use for decisions, facts, gotchas, and links between them. scope: "project" (this repo/branch, the default), "global" (all your work), or a custom bucket name. Pass a stable id and links to build a graph you can walk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoStable id (kebab-case) so others can link to it.
tagsNo
textYesThe fact/decision/note to remember.
typeNoe.g. decision, fact, gotcha, todo (default: note).
linksNoIds of related memories (graph edges).
scopeNo"project" | "global" | custom bucket.
titleNoShort title (improves recall + linking).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden and does disclose key behaviors: 'durable' persistence, 'RAG-recallable later', and 'build a graph you can walk' – indicating long-term storage and recall implications. It also notes the default scope. Lacks details on idempotency or return value, but core behavior is well-covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with the primary purpose and immediately actionable usage. Every sentence contributes value – scope explanation and graph-building tip – with zero redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a write tool with no annotations or output schema, the description is largely complete: it covers purpose, scope options, graph-building usage, and use cases. Minor gaps around duplicate-id behavior and return responses exist, but they don't hinder selection or invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is high (86%), so baseline is 3. The description adds meaningful guidance beyond the schema: it explains the purpose of id and links for graph building ('Pass a stable id and links to build a graph you can walk') and ties type values to use cases (decisions, facts, gotchas). This enhances understanding of parameter relationships.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Save a durable memory to the graph (RAG-recallable later)' – a specific verb (save), resource (durable memory to graph), and benefit (later recall). Lists explicit use cases (decisions, facts, gotchas) and distinguishes itself from sibling read/deletion tools like memory_recall and memory_forget.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives explicit usage context: 'Use for decisions, facts, gotchas, and links between them.' Explains scope values (project/global/custom) and recommends passing id and links for graph construction. Does not explicitly mention when not to use or alternative tools, but the context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/RaedBerjaoui/vibecoders-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server