Skip to content
Grok

memforge memory for Grok

io.github.volsier/memforge-memory

Team engineering memory for AI coding assistants. 47 MCP tools, pgvector semantic search.

client:Grok transport:stdio runtime:npm

Install memforge memory 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": {
    "memforge-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@memforgeai/memory-service"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "OPENAI_BASE_URL": "<OPENAI_BASE_URL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "OPENAI_EMBEDDING_MODEL": "<OPENAI_EMBEDDING_MODEL>"
      }
    }
  }
}

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

memforge memory in other clients