Project context your AI can query through MCP. Use selected notes and documents in Cursor or Claude Desktop, retrieve related context, and inspect the source evidence.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@neitherai/mcp-server@latest"
],
"env": {
"NEITHER_API_KEY": "<your_api_key>",
"NEITHER_API_BASE": "https://api.neither.online"
}
}