Skip to content
Cursor

Facthouse for Cursor

io.github.gordonkjlee/facthouse

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

client:Cursor transport:stdio runtime:npm

Install Facthouse in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Facthouse in other clients