Back to Browse

Cli MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Persistent, governed institutional memory for Claude Code — specs, decisions, learnings.

About

Persistent, governed institutional memory for Claude Code — specs, decisions, learnings.

Remote endpoints: streamable-http: https://oneda.freeelatech.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-freeelatech-oneda": {
      "url": "https://oneda.freeelatech.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Nova Oneda CLI

npm version license node

Persistent, governed institutional memory for Claude Code — connect Nova Oneda's MCP server in one command.

Claude Code forgets everything between sessions. Ask it to build a new feature six weeks after you decided "we're not using Redux, we tried it in Q2 and it caused more bugs than it fixed" and it'll cheerfully suggest Redux again. Nova Oneda gives Claude Code that memory back — it pulls relevant past decisions and context automatically before substantial work, and records new ones as you go, so institutional knowledge survives context resets, session restarts, and team turnover.

Install

npm install -g @nova-oneda/cli

Requires Node.js 18+ and Claude Code already installed.

Get an API key

Nova Oneda accounts are free to create, and new accounts get 50 free AI-assisted memory calls before you ever need to connect your own Anthropic key:

  1. Sign up at oneda.freeelatech.com
  2. Open the API Keys page and create a key (starts with nv_live_)

Setup

nova-oneda setup --key nv_live_...

Or set it once as an environment variable and omit --key on every run:

export NOVA_MEMORY_API_KEY=nv_live_...
nova-oneda setup

This validates the key, confirms Claude Code is installed, registers Nova Oneda as an MCP server in your Claude Code config, and stores the key locally so you don't need to pass it again.

Commands

CommandWhat it does
nova-oneda setup --key <key>Configure Nova Oneda in Claude Code
nova-oneda doctorCheck that your key and Claude Code connection are healthy
nova-oneda uninstall (alias remove)Remove Nova Oneda from Claude Code and delete the local credential

Where your key is stored

  • macOS — system Keychain, via the built-in security tool
  • Linux — Secret Service (libsecret), via secret-tool, when available
  • Everywhere else — an AES-256-GCM encrypted file under ~/.nova-oneda/, mode 0600

Your key is never written to a plaintext file or checked into any project directory.

Once connected

Just use Claude Code normally. Nova Oneda works automatically in the background — pulling relevant memory before substantial work, and recording decisions when you ask it to ("Remember that we chose Postgres for billing, in Nova Oneda"). See oneda.freeelatech.com after signing in for the full list of what you can ask it to do.

Uninstalling

nova-oneda uninstall

This removes Nova Oneda from Claude Code and deletes your locally stored key. Your account and everything Nova Oneda has already remembered stay available at oneda.freeelatech.com — this only removes the local connection.

License

MIT

Reviews

No reviews yet

Be the first to review this server!