Symbolic computing and numeric evaluations for JavaScript and Node.js
Project governance CLI — tasks, epics, ADRs, wiki indexing
OpenClaw plugin for Cortex memory — Auto-Recall, Auto-Capture, and agent memory tools
Local-first memory for your AI brain — a nervous system that turns engrams into curated, persistent memories in a folder you control. Bundles `think serve` for piping external events (GitHub, Linear, …) into memory.
Canvas for Node.js with skia backend
Trustworthy memory and security for AI agents. Recall debugging, review queue, OpenClaw session capture, and memory poisoning defence for Claude Code, Codex, OpenClaw, LangChain, and MCP agents.
Local project rehydration, file discovery, and session-history MCP server for AI agents (Claude Code, Codex)
Tiny but powerful full-text search engine for browser and Node
Doc pipeline: chunk prose content by heading, produce ingestible memories.
Code pipeline: per-file memories with language detection and heuristic chunking.
Match balanced character pairs, like "{" and "}"
Long-term memory for AI agents. Stored as markdown in a git repo you own.
A light-weight module that brings Fetch API to node.js
memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.
Lightweight core CLI surface for Claude Flow — memory + hooks commands only. Designed to load fast on cold npx cache (<5s) so plugin skills don't race the 30s MCP-startup timeout. The full @claude-flow/cli metapackage lazy-loads everything else on top of
Standalone hybrid-search memory backend for Cortex. Postgres + pgvector + tsvector, fused with reciprocal rank fusion. Cortex's canonical storage backend — supports embedded PGlite for personal installs and external Postgres for VPS / cloud deploys. Sel
Autonomous agent system for long-running projects — mission-driven, multi-agent pipelines, self-evolving skills.
MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.
3-pass meeting transcript extraction pipeline (structural -> synthesis -> brief).
Conversation pipeline: chat threads and email chains into searchable memories.
Code intelligence MCP server. Indexes your repository into a queryable call graph for AI coding agents.
MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.
The Autonomous Brain for your codebase — compiled architectural knowledge for AI-assisted development.
CLI to initialize and manage Cortex Context (Knowledge Graph) in any VS Code workspace
Conversation memory orchestrator for post-cortex. Ties storage + embeddings + graph + session + summary into a single lock-free memory hierarchy with async pipelines and a canonical PostCortexService API.
Intelligent conversation memory system for AI assistants — persistent knowledge storage, semantic search, knowledge graph, MCP + gRPC transports. Facade crate re-exporting the post-cortex workspace stack.
HTTP / gRPC / SSE / stdio daemon for post-cortex. Hosts the rmcp Model Context Protocol surface, the tonic gRPC API, and ships the `pcx` CLI binary.
Core domain library for post-cortex: lock-free conversation memory, semantic search, knowledge graph, and storage backends. Transport-agnostic — no axum/tonic/rmcp.