Developers

Free beta quickstart

Three steps to governed context in your IDE.

Free beta — no waitlist. Push your repo's context, connect MCP, and ask why — with cited decisions instead of pasted notes.

Developer key

Create a workspace key with memory read and ingest on this page—no API Console detour.

Free limits: 10 MB stored context, 500 memory reads per day, and roughly a 3-day history snapshot. Per-minute rate limits still apply separately.

Connect MCP in Cursor

Add the Neither MCP server with your API key from this quickstart so your coding agent can query governed company context with citations. Free beta — no waitlist required.

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

Push your repo's context

From your project root, push markdown and text to close a decision or seed ADR files — decisions stay tied to file paths and evidence.

export NEITHER_API_KEY=your_key_from_developer_quickstart
export NEITHER_API_BASE=https://api.neither.online
npx -y neither@latest push ./docs

Ask at a delivery fork

At a delivery fork or planning write, call memory_for_file when choosing between approaches. The agent gets cited Decision, Rejected, and Constraint prose scoped to your business context.

In Cursor chat at a delivery fork:
"We chose JWT over session cookies in docs/adr/payment-gateway.md — why?"

The MCP tool memory_for_file returns structured citations with provenance.

We use privacy-friendly analytics to improve the public site. No tracking runs until you accept. Essential operational telemetry stays on either way.