
Genspark MCP VERITAS
by soundsguyza
Custom MCP server wiring together Kindroid AI, Android filesystem access via Termux, CogniVault RAG, mem0 conversation memory, and a personal truth database for
What it does
Genspark MCP VERITAS is a custom MCP server built around a personal AI ecosystem called VERITAS. It connects an AI assistant (running in Genspark or compatible clients) to a suite of specialised tools: a Kindroid-powered AI companion (Bonny), a RAG knowledge base (CogniVault), a mem0 memory system (Aluna), a personal truth database, and full remote access to an Android device via a Termux-hosted bridge server.
The Android bridge uses ngrok to expose Termux on a Huawei phone, giving the AI the ability to list and read files, run shell commands, and query device state (battery, Wi-Fi, Docker) from anywhere.
Tools
bonny_kindroid_query— Send a message to Bonny via the Kindroid API and receive a response (90s timeout)get_project_status— Check the status of one or all active projects tracked in the serversearch_cognivault— Semantic search over the CogniVault RAG knowledge basealuna_memory_search— Query the mem0 conversation memory system for past contexttruth_database_query— Retrieve entries from Rob's personal knowledge and philosophy storeandroid_fs_list— List files on the Android device filesystem via Termux bridgeandroid_fs_read— Read the contents of a file on the Android deviceandroid_cmd_exec— Execute an arbitrary shell command on the Android deviceandroid_device_info— Get device info: battery, Wi-Fi, storage, Docker status
Installation
git clone https://github.com/SoundsguyZA/genspark_mcp.git
cd genspark_mcp
npm install && npm run build
Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"genspark-veritas": {
"command": "node",
"args": ["/path/to/genspark_mcp/build/index.js"],
"env": {
"ANDROID_BRIDGE_URL": "https://your-ngrok-url.ngrok-free.app",
"ANDROID_AUTH_TOKEN": "your_auth_token"
}
}
}
}
Supported hosts
No specific MCP client confirmed in README; compatible with any stdio-based MCP host.
Quick install
npm install && npm run build && node build/index.jsInformation
- Pricing
- free
- Published
- 4/6/2026