← Back to browse

memforge-memory

Indexed by io.github.volsier

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDATABASE_URL OPENAI_BASE_URL OPENAI_API_KEY OPENAI_EMBEDDING_MODEL
Claude Code
claude mcp add --env DATABASE_URL= --env OPENAI_BASE_URL= --env OPENAI_API_KEY= --env OPENAI_EMBEDDING_MODEL= memforge-memory -- npx @memforgeai/memory-service
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"memforge-memory","command":"npx","args":["@memforgeai/memory-service"],"env":{"DATABASE_URL":"","OPENAI_BASE_URL":"","OPENAI_API_KEY":"","OPENAI_EMBEDDING_MODEL":""}}'
JSON
{
  "mcpServers": {
    "memforge-memory": {
      "command": "npx",
      "args": [
        "@memforgeai/memory-service"
      ],
      "env": {
        "DATABASE_URL": "",
        "OPENAI_BASE_URL": "",
        "OPENAI_API_KEY": "",
        "OPENAI_EMBEDDING_MODEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.