ἀλήθεια — household MCP server building an evidenced register of recurring obligations from a bank-account export. Account as source of truth; MCP, not GUI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aletheia": {
"command": "npx",
"args": [
"-y",
"visterion/aletheia"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aletheia npx -y visterion/aletheia
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aletheia": {
"command": "npx",
"args": [
"-y",
"visterion/aletheia"
]
}
}
}
📋 Copy