NeuralVaultSkill
FreeNot checkedTeaches AI agents to manage long-term NeuralVaultCore MCP memory securely and efficiently.
About
Teaches AI agents to manage long-term NeuralVaultCore MCP memory securely and efficiently.
README
Canonical safe-mini prompt for NeuralVaultCore.
NeuralVaultSkill is a compact system prompt for agents that use NeuralVaultCore as an MCP memory server. Installs two slash commands into Claude Code: /nvc:init and /nvc:end.
The prompt is optimized for low-token memory workflows, but it does not trade away operational safety. It enforces namespace discipline, concise _state, stable memory keys, and explicit secret redaction.
The MCP server name exposed in clients is
neural-vault-core.
🚀 Installation
# Global — available in every workspace (recommended)
npx github:getobyte/NeuralVaultSkill --global
# Local — current project only
npx github:getobyte/NeuralVaultSkill --local
Cursor / VS Code
curl -sL https://raw.githubusercontent.com/getobyte/NeuralVaultSkill/main/SKILL.md > .cursorrules
Claude Code / Ollama / Custom UIs
- Open
SKILL.mdin the repository. - Copy the full content.
- Paste it into your agent's System Prompt or Custom Instructions.
🛠️ Usage
/nvc:init → loads project context via get_context()
/nvc:end → saves a short _state checkpoint
Work normally between commands — meaningful saves happen autonomously in the background (appended as Stored to NVC).
🧠 What It Enforces
| Rule | Details |
|---|---|
| Stable namespace | Always use namespace="project:<repo-root-identity>" on every call |
| Cheap resume | Use get_context() at session start — never list_all_memories |
| Low-token reads | Search with keys_only=True, summarize with view="head_tail" |
| Safe memory | Never store .env, API keys, tokens, or raw secrets |
| Stable keys | Update existing topic memories instead of creating duplicates |
Short _state |
Keep it to 3–5 bullets, under 500 chars |
| Clean writes | Store only confirmed decisions, bugfixes, and env facts |
🌐 NeuralVault Ecosystem
| Component | Role |
|---|---|
| 🧠 NeuralVaultCore | MCP memory server — the brain |
| ⚡ NeuralVaultSkill (you are here) | Session memory automation — /nvc:init + /nvc:end |
| 🧹 NeuralVaultArchivist | Memory consolidation — on-demand cleanup |
| 🛠️ NeuralSkillBuilder | Skill builder — design, scaffold, audit |
| 🔄 NeuralVaultFlow | Dev workflow — brainstorm to deploy |
NeuralVaultSkill — Cyber-Draco Legacy
Built by getobyte · Romania 🇷🇴
Installing NeuralVaultSkill
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/getobyte/NeuralVaultSkillFAQ
Is NeuralVaultSkill MCP free?
Yes, NeuralVaultSkill MCP is free — one-click install via Unyly at no cost.
Does NeuralVaultSkill need an API key?
No, NeuralVaultSkill runs without API keys or environment variables.
Is NeuralVaultSkill hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install NeuralVaultSkill in Claude Desktop, Claude Code or Cursor?
Open NeuralVaultSkill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare NeuralVaultSkill with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
