
Neko
by superhq-ai
Lightweight AI agent runtime for low-end hardware with file-based memory and MCP tool support.
What it does
Neko is a highly efficient AI agent runtime designed specifically for resource-constrained environments like Raspberry Pi Zero 2W and low-end VPS. It provides a complete gateway for AI agents to operate with persistent, file-based memory, automated cron jobs, and seamless Telegram integration.
Tools
memory_write: Writes or appends information to markdown memory files.memory_replace: Performs surgical find-and-replace updates to facts in memory.memory_search: Case-insensitive regex search across all memory files.cron_manage: Creates and manages recurring or one-shot autonomous tasks.exec: Executes shell commands in a controlled environment.http_request: Performs network requests for external data retrieval.
Installation
Add the following to your claude_desktop_config.json (assuming neko is installed and in your PATH):
{
"mcpServers": {
"neko": {
"command": "neko",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
curl -fsSL https://raw.githubusercontent.com/superhq-ai/neko/main/install.sh | shInformation
- Pricing
- free
- Published
- 5/22/2026
- stars






