Skip to main content
Glama
navid-kianfar

Claude Memory MCP

memory_init_project

Initializes a project namespace with DuckDB for persistent memory. Optionally mirrors memory rules and decisions to the project folder.

Instructions

Initialize a new project namespace (creates DuckDB + registers it).

Pass project_path (the project's source folder) to enable git-synced memory: rules/decisions mirror to /.claude-memory/.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
set_activeNo
descriptionNo
display_nameYes
project_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It discloses key behavioral traits: creates a database, registers it, and enables git-synced memory. However, it does not mention side effects like overwriting existing projects, permission requirements, or potential failures.

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?

Two sentences that are front-loaded with purpose and essential details. No fluff. Every sentence adds value.

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

Completeness2/5

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

Despite having an output schema, the description lacks completeness. It does not clarify required parameters (slug, display_name) or optional ones (description, set_active). The initialization process may have constraints or defaults that are undocumented.

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

Parameters2/5

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

Schema coverage is 0%, so description must compensate. It explains project_path's role in enabling git sync, but ignores slug, display_name, description, and set_active. Two out of five parameters are partially explained.

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?

The description clearly states the tool's function: 'Initialize a new project namespace' and adds technical detail about creating DuckDB and registering it. It distinguishes from siblings like memory_rename_project or memory_list_projects by focusing on initialization.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool vs alternatives. The description implies it's for new projects but does not mention when not to use it or suggest other tools for related tasks (e.g., renaming or listing projects).

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/navid-kianfar/claude-memory-mcp'

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