{
  "markdown": "# neither-mcp\n\nPublic source mirror for the Neither CLI and MCP server.\n\nNeither is decision memory for **Cursor** and **Claude Desktop**. Get a workspace API key: [https://www.neither.online/developers/quickstart](https://www.neither.online/developers/quickstart)\n\n## MCP server (Cursor / Claude Desktop)\n\nCanonical install: `npx -y @neitherai/mcp-server@latest`\n\nAdd this to Cursor MCP settings (`mcp.json`) or Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"neither\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@neitherai/mcp-server@latest\"],\n      \"env\": {\n        \"NEITHER_API_KEY\": \"sk_ctx_…\",\n        \"NEITHER_API_BASE\": \"https://api.neither.online\"\n      }\n    }\n  }\n}\n```\n\n- `NEITHER_API_KEY` — required workspace key\n- `NEITHER_API_BASE` — optional; defaults to `https://api.neither.online`\n\nDocs: [https://www.neither.online/docs/mcp](https://www.neither.online/docs/mcp)\n\nAgent install: [llms-install.md](./llms-install.md)\n\n## Claude Desktop (MCPB)\n\nOne-click stdio bundle. Spawn is `npx -y @neitherai/mcp-server@latest` (no vendored `node_modules`).\n\n```bash\nnpx -y @anthropic-ai/mcpb validate mcpb/manifest.json\nnpx -y @anthropic-ai/mcpb pack mcpb\n```\n\nSee [mcpb/README.md](./mcpb/README.md). Releases may attach a built `.mcpb`.\n\nTry-it sample: [https://github.com/stonianua/neither-demo](https://github.com/stonianua/neither-demo)\n\n## CLI\n\nPush local docs to decision memory (separate from MCP install):\n\n```bash\nnpx -y neither@latest push <path>\n```\n\nHomebrew (macOS / Linuxbrew):\n\n```bash\nbrew install stonianua/neither/neither\n```\n\nDocs: [https://www.neither.online/docs/cli](https://www.neither.online/docs/cli)\n\n## Packages\n\nPublished npm packages:\n\n- [`@neitherai/mcp-server`](https://www.npmjs.com/package/@neitherai/mcp-server) — MCP server for Cursor and Claude Desktop\n- [`neither`](https://www.npmjs.com/package/neither) — CLI for pushing local docs to decision memory\n\n## Issues\n\nReport bugs and feature requests at [https://github.com/stonianua/neither-mcp/issues](https://github.com/stonianua/neither-mcp/issues).\n\n## Repository layout\n\n| Path | Package |\n| --- | --- |\n| `packages/mcp-server/` | `@neitherai/mcp-server` |\n| `packages/cli/` | `neither` CLI |\n| `mcpb/` | Claude Desktop MCPB manifest (npx spawn) |\n| `llms-install.md` | Short agent-installable steps |\n\nLicense: MIT (see LICENSE).\n",
  "bytes": 2342,
  "sha": "ad7ce2ef891748722c9305fb4972b430c31cb1f3292ff46f37e97b741aa91c2b",
  "repo_slug": "stonianua/neither-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_stonianua_neither_mcp_52146f8b/readme"
}