Skip to main content
Glama

neither-mcp

Public source mirror for the Neither CLI and MCP server.

Neither is decision memory for Cursor and Claude Desktop. Get a workspace API key: https://www.neither.online/developers/quickstart

MCP server (Cursor / Claude Desktop)

Canonical install: npx -y @neitherai/mcp-server@latest

Add this to Cursor MCP settings (mcp.json) or Claude Desktop config:

{
  "mcpServers": {
    "neither": {
      "command": "npx",
      "args": ["-y", "@neitherai/mcp-server@latest"],
      "env": {
        "NEITHER_API_KEY": "sk_ctx_…",
        "NEITHER_API_BASE": "https://api.neither.online"
      }
    }
  }
}
  • NEITHER_API_KEY — required workspace key

  • NEITHER_API_BASE — optional; defaults to https://api.neither.online

Docs: https://www.neither.online/docs/mcp

Agent install: llms-install.md

Related MCP server: memory-mcp

Claude Desktop (MCPB)

One-click stdio bundle. Spawn is npx -y @neitherai/mcp-server@latest (no vendored node_modules).

npx -y @anthropic-ai/mcpb validate mcpb/manifest.json
npx -y @anthropic-ai/mcpb pack mcpb

See mcpb/README.md. Releases may attach a built .mcpb.

Try-it sample: https://github.com/stonianua/neither-demo

CLI

Push local docs to decision memory (separate from MCP install):

npx -y neither@latest push <path>

Homebrew (macOS / Linuxbrew):

brew install stonianua/neither/neither

Docs: https://www.neither.online/docs/cli

Packages

Published npm packages:

Issues

Report bugs and feature requests at https://github.com/stonianua/neither-mcp/issues.

Repository layout

Path

Package

packages/mcp-server/

@neitherai/mcp-server

packages/cli/

neither CLI

mcpb/

Claude Desktop MCPB manifest (npx spawn)

llms-install.md

Short agent-installable steps

License: MIT (see LICENSE).

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Persistent context layer for AI coding assistants. Sync memory files from Claude Code to ChatGPT, Gemini, Cursor, Windsurf, and Copilot via a native MCP endpoint. Bearer token auth, JSON-RPC 2.0 over stateless HTTP. Free tier available.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Personal, remotely hosted memory service for Claude, Codex, and other MCP clients that preserves research, project state, and decisions in an auditable revision store with a web UI.
    16
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stonianua/neither-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server