← Index

io.allourthings/mcp-server

io.allourthings/mcp-server·v0.2.0·Other
Quality Score
80
/100

AI-powered household inventory — query everything you own via natural language

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@allourthings/mcp-server"
      ],
      "env": {
        "ALLOURTHINGS_DATA_DIR": "<allourthings_data_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@allourthings/mcp-server"
      ],
      "env": {
        "ALLOURTHINGS_DATA_DIR": "<allourthings_data_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @allourthings/mcp-server
§02  Environment variables
ALLOURTHINGS_DATA_DIR

Directory where inventory data is stored. Defaults to ~/Documents/AllOurThings.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other