aletheia

visterion/aletheia
★ 0 stars Java Code/Dev Tools Updated today
ἀλήθεια — household MCP server building an evidenced register of recurring obligations from a bank-account export. Account as source of truth; MCP, not GUI.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aletheia": {
      "command": "npx",
      "args": [
        "-y",
        "visterion/aletheia"
      ]
    }
  }
}