New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@neitherai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neitherai/mcp-server

Neither decision-memory MCP server for Cursor and agent IDEs

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
23
-68.49%
Maintainers
1
Weekly downloads
 
Created
Source

@neitherai/mcp-server

Stdio MCP server for Cursor and other agent IDEs. Connects to Neither decision memory with cited provenance — not anonymous text chunks.

Free beta — no waitlist required. Create a workspace API key and paste it into your MCP config.

Cursor install

Add this to your Cursor MCP settings (mcp.json):

{
  "mcpServers": {
    "neither": {
      "command": "npx",
      "args": ["-y", "@neitherai/mcp-server@latest"],
      "env": {
        "NEITHER_API_KEY": "sk_ctx_your_workspace_key",
        "NEITHER_API_BASE": "https://api.neither.online"
      }
    }
  }
}

NEITHER_API_BASE defaults to https://api.neither.online when omitted.

Environment variables

VariableRequiredDescription
NEITHER_API_KEYYesWorkspace key with memory_read (and can_ingest for push)
NEITHER_API_BASENoAPI host (default: https://api.neither.online)

Tools

  • memory_search — natural-language search over workspace decision memory
  • memory_for_file — cited Decision/Rejected/Constraint prose for a repo file path
  • memory_snippet_fetch — fetch verbatim snippet by source_id
  • memory_timeline — time-ordered memory view for a topic or anchor
  • memory_push — close a decision or seed an ADR snippet with provenance

When to call Neither

Call Neither at delivery forks and planning writes — when choosing between approaches or aligning strategy — not on every file open or for passive archaeology.

Documentation

Full tool reference and provenance fields: https://www.neither.online/docs/mcp

Get a free API key: https://www.neither.online/developers/quickstart

FAQs

Package last updated on 03 Sep 2026

Related posts