Uses .env files for configuration of Ollama host and database path settings.
Runs as a Node.js application and is required as a prerequisite (v18 or later).
Uses Ollama for generating embeddings with the nomic-embed-text model to enable semantic search across memory entries.
Stores memory data in SQLite database with tables for projects, memories, embeddings, tags, and relationships.
Built with TypeScript for type safety and compiled to JavaScript for execution.
Provides runtime type checking and validation for the MCP server's data structures.
This server cannot be installed