New:Socket for Asana Is Now Available.Learn more
Get Started

@datacore-one/cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datacore-one/cli

CLI for setting up and managing Datacore installations

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
13
-71.74%
Maintainers
1
Weekly downloads
 
Created
Source

@datacore-one/cli

Set up and manage your AI second brain.

Why

Your AI assistant forgets everything between conversations. Your coding patterns, your domain knowledge, your project decisions -- all gone the moment you close the chat.

Datacore changes that. It gives AI assistants persistent memory, structured knowledge, and the ability to learn from every interaction. The CLI sets up the full system in minutes: knowledge base, task management, AI agents, and an MCP server that makes your AI smarter over time.

Everything lives in ~/Data as plain text files. No databases, no vendor lock-in.

Quick Start

curl -fsSL https://datacore.one/install | bash

This handles everything: installs Node.js if needed, installs the CLI, and starts the setup wizard.

Or if you already have Node.js 20+:

npm install -g @datacore-one/cli
datacore init

What Gets Installed

After datacore init, you have:

~/Data/
├── .datacore/           # System config, modules, agents
├── .mcp.json            # MCP server config (auto-configured)
├── 0-personal/          # Your personal space
│   ├── org/             # GTD task management
│   ├── notes/           # Journals, pages, knowledge
│   └── 3-knowledge/     # Zettelkasten knowledge base
├── CLAUDE.md            # AI context (auto-generated)
└── sync                 # Repo sync script

The MCP server (@datacore-one/mcp) is installed and configured for both Claude Desktop and Claude Code, giving your AI structured tools for memory, learning, and knowledge capture.

Commands

Setup

CommandDescription
datacore initInteractive setup wizard
datacore updatePull repos, install MCP, rebuild context
datacore doctorCheck dependencies, MCP config, system health
datacore ingest <path>Import files with AI processing

Admin

CommandDescription
datacore space createCreate a new team or personal space
datacore space listList all spaces
datacore module install <name>Install a module
datacore module listList installed modules
datacore module updateUpdate all modules
datacore config showShow current settings
datacore snapshot createCreate installation snapshot
datacore snapshot restoreRestore from snapshot

Automation

CommandDescription
datacore syncGit sync all repos
datacore todayGenerate daily briefing
datacore tomorrowEnd-of-day wrap-up
datacore nightshift triggerExecute queued AI tasks
datacore cron installSet up scheduled tasks

After Setup

cd ~/Data && claude

This starts Claude Code with full access to your second brain. The MCP server provides structured tools for:

  • Learning -- create engrams that persist across conversations
  • Journaling -- capture daily entries and knowledge notes
  • Searching -- find anything in your knowledge base
  • Task management -- GTD workflow with AI delegation

Architecture

The CLI handles setup and admin: installing dependencies, configuring repos, managing modules, and setting up the MCP server.

Daily work happens through Claude Code, which uses the MCP server and Datacore agents for semantic tasks like file routing, knowledge extraction, and task processing.

Development

bun install
bun run dev          # Run in development
bun test             # Run tests (76 tests)
bun run build        # Build for distribution

License

MIT

Keywords

datacore

FAQs

Package last updated on 12 Aug 2026

Related posts