Skip to content
Back to search
30
MCP

granite-mem

npm/granite-mem

Local-first markdown memory system for humans and AI agents: MCP server, typed knowledge graph, deterministic garden planning.

Uptime
0.0%
16 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

genmem-mcp
Local-first markdown memory MCP server. Searchable, file-based, human-readable.
0 tools
io.github.riponcm/projectmem
Local-first memory + judgment layer for AI coding agents — warns before repeating failed fixes.
0 tools
lithos-mcp
Shared cognitive substrate for AI agents (local-first, Markdown-native, MCP)
0 tools
Memory Fabric
File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.
0 tools
io.github.xultrax-web/agent-memory-mcp
Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.
0 tools
hermes-memory-mcp
Local-first MCP server that gives AI coding agents persistent, cited memory of their project's notes, decisions, commits, and logs.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "granite-mem": {
      "url": "None",
      "transport": "http"
    }
  }
}