---
title: "roca"
description: "Local semantic memory for AI agents."
canonical: https://agentpluginsdirectory.com/plugins/roca
last-updated: 2026-09-26
---

# roca
Local semantic memory for AI agents.
- Slug: roca
- Publisher: thellmwhisperer
- Repository: https://github.com/thellmwhisperer/la-roca
- Manifest: plugin.json
- Version: 1.91.0
- Category (editorial): agent-tooling
- Skills: 0
- MCP servers: 1 (roca)
- Stars: 8
- Repository created: 2026-08-11
- Repository last pushed: 2026-09-24
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/roca
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What roca does, in the publisher's words

Everything your agents ever did. Anything you ever prompted. One question away.

The AI memory system that is a real database. Any agent, any model, one continuous line of work. The archaeology of why things are the way they are, one query away.

One tool, zero dependencies, 100% local. SQLite + exact SQL + optional local semantic search. CLI + MCP.

- every answer says what you got and which command comes next
- every error names its fix
- the shipped skills carry the craft
- One normalized schema. Sessions, exchanges, thinking, tool calls, and curated memory layers, the same shape for every runtime.
- Query is deterministic hybrid retrieval. Rare-term FTS and optional local vectors fuse into labeled evidence without an answering-model pass.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/thellmwhisperer/la-roca/HEAD/README.md

## MCP servers

- roca: transport: stdio; command: roca mcp serve

Read from the plugin's own mcp.json. Environment variable names only, never values.
