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 keyNEITHER_API_BASE— optional; defaults tohttps://api.neither.online
Docs: https://www.neither.online/docs/mcp
Agent install: llms-install.md
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:
@neitherai/mcp-server— MCP server for Cursor and Claude Desktopneither— CLI for pushing local docs to decision memory
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).