Yunaki Memory MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YUNAKI_REPO | No | Pin the repository identity (repo path or identifier) to avoid auto-detection. | |
| YUNAKI_MEMORY_ROOT | No | Override the default memory storage location (~/.yunaki/memory/<repo-id>). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Nanda-Kiran/yunaki-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server