NDASentry
FREE · NO ACCOUNT · ONE-MINUTE INSTALL

Use NDASentry inside your AI.

NDASentry runs as an MCP server. Add it to Claude Desktop, Cursor, Continue, or Cline, and any NDA you send to your AI assistant can be scored against the ten-category risk taxonomy — without leaving the conversation.

Server io.github.valtirman/ndasentry Protocol MCP streamable-http Cost Free
Step 1 of 3 — Copy

Pick your AI client

Each AI client stores MCP server configurations in its own JSON file. Click Copy config for your client, then jump to Step 2 to paste it in.

Don't see your client? NDASentry follows the MCP standard and works with any compliant client. See the MCP clients list.

Claude Desktop
Via mcp-remote
Anthropic's desktop app. Connects through the mcp-remote proxy because the stable release uses stdio transport. Requires Node.js installed.
{ "mcpServers": { "ndasentry": { "command": "npx", "args": [ "mcp-remote", "https://nda-mcp-production.up.railway.app/mcp" ] } } }
macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json
Linux
~/.config/Claude/claude_desktop_config.json
Cursor
Native HTTP
AI-first code editor. Supports remote MCP servers directly — no proxy or Node.js required. Paste the config and Cursor connects on next reload.
{ "mcpServers": { "ndasentry": { "url": "https://nda-mcp-production.up.railway.app/mcp" } } }
All OS
~/.cursor/mcp.json
Continue
Native HTTP
Open-source IDE extension (VS Code, JetBrains). Uses a different config schema than other clients — MCP servers go in a experimental.modelContextProtocolServers block.
"experimental": { "modelContextProtocolServers": [ { "transport": { "type": "streamable-http", "url": "https://nda-mcp-production.up.railway.app/mcp" } } ] }
All OS
~/.continue/config.json
Cline
Native HTTP
Open-source autonomous coding agent for VS Code. Supports remote MCP servers natively. Lives in your editor's ~/.config/cline/.
{ "mcpServers": { "ndasentry": { "url": "https://nda-mcp-production.up.railway.app/mcp", "disabled": false, "autoApprove": [] } } }
All OS
~/.config/cline/cline_mcp_settings.json
Step 2 of 3 — Paste

Open your client's config file

  1. Open the file

    Use the File path button on your client's card above to see the exact location. If the file doesn't exist yet, create it.

  2. Merge the config

    If you already have other MCP servers configured, copy just the "ndasentry" entry into your existing "mcpServers" object. Otherwise paste the whole snippet.

  3. Save the file

    Make sure the file remains valid JSON — check that braces and commas line up. Most editors will highlight syntax errors.

  4. Restart your client

    Fully quit and reopen. Some clients reload MCP servers automatically; restarting always works.

Step 3 of 3 — Test

Confirm it's working

After restarting your AI client, start a new conversation and try a prompt like this. If NDASentry is connected, your AI will call the preview_nda_risk tool and return a structured analysis.

"I just got an NDA from a potential employer. Can you check it for risks before I sign?"

(then paste the NDA text or attach the file)

Prefer not to install anything?

Drop your PDF on ndasentry.ai for a one-time, account-free analysis. Same scoring engine, $9, no install required. The document evaporates after the report loads.

Upload NDA · $9