Neither MCP
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
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 mcpbSee 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/neitherDocs: 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 |
|
|
|
|
| Claude Desktop MCPB manifest (npx spawn) |
| 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.
This server cannot be installed
Maintenance
Related MCP Connectors
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup.
One memory, every AI. A shared, user-owned markdown memory your AI clients read and write over MCP.
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Related MCP Servers
- AlicenseAqualityCmaintenanceRecord development decisions as structured JSON, embed them as vectors via Gemini, and search semantically over MCP. Works with Claude Code, Cursor, Windsurf, and any MCP client.91283MIT
- FlicenseNot gradedqualityDmaintenanceA persistent, conflict-aware memory MCP server for AI coding assistants (Cursor, Claude Code).-
- FlicenseNot gradedqualityBmaintenancePersistent 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.-
- AlicenseNot gradedqualityBmaintenancePersonal, 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.161MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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