Skip to content
Grok

skillmem for Grok

io.github.liza-studio/skillmem

Skill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.

client:Grok transport:stdio runtime:pypi

Install skillmem in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "skillmem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "skillmem"
      ],
      "env": {
        "SKILLMEM_DB": "<SKILLMEM_DB>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

skillmem in other clients