Skip to main content
Glama
Nanda-Kiran

Yunaki Memory MCP

by Nanda-Kiran

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YUNAKI_REPONoPin the repository identity (repo path or identifier) to avoid auto-detection.
YUNAKI_MEMORY_ROOTNoOverride the default memory storage location (~/.yunaki/memory/<repo-id>).

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_writeA

Persist a memory for the current git repo. Auto-creates the repo's git-backed memory store on first use and commits the write.

memory_searchA

Retrieve relevant memories for the current git repo, ranked by keyword match blended with confidence. Empty query returns the highest-confidence memories.

memory_ingestA

Scan the current git repo (tracked + non-ignored files) and write reference memories: a repo overview (stack, npm scripts, file types), the file-structure tree, and the contents of docs (README, CONTRIBUTING, docs/*). Idempotent — re-running updates the same entries in a single commit. Run this once when adopting a repo to seed memory.

memory_repo_infoC

Show the resolved identity and memory location for the current git repo.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: ingest scans and writes repo memories, repo_info shows identity, search retrieves memories, and write persists new ones. No overlap or ambiguity.

Naming Consistency4/5

All tools start with 'memory_' prefix, but three use verbs (ingest, search, write) while one uses a noun phrase (repo_info). This slight inconsistency is minor but noticeable.

Tool Count4/5

4 tools is appropriate for a focused memory MCP server. It covers the essential operations without being too few or too many.

Completeness3/5

Covers core operations (ingest, write, search, info) but lacks explicit update or delete functionality. The ingest tool is idempotent and can overwrite, but direct memory removal is missing.

Maintenance

ActivityInactive
ResponsivenessNo issues