Skip to content
VS Code

Facthouse for VS Code

io.github.gordonkjlee/facthouse

Local AI memory: neuroscience-inspired Data→Information→Knowledge in SQLite you own.

client:VS Code transport:stdio runtime:npm

Install Facthouse in VS Code

.vscode/mcp.json

{
  "servers": {
    "facthouse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@facthouse/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Facthouse in other clients