Odel
Facthouse

Facthouse

Local
@gordonkjlee2TypeScriptMITUpdated Today

A local memory engine any AI tool can use.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@facthouse/mcpv0.30.0

Run

npx -y @facthouse/mcp

MCP client config

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