Compatible MCP Clients

Neutrally exposes a standard OAuth 2.0 MCP endpoint at https://neutrally.app/api/mcp. Any client that speaks the Model Context Protocol can connect.

These clients have been verified end-to-end with Neutrally. OAuth handshake, tool calls, and memory read/write all confirmed working.

Claude (web / desktop / mobile)

Live

Claude supports MCP via its Custom Connector URL flow. Works on claude.ai web, the Claude desktop app, and Claude mobile.

1

Open Claude → SettingsConnectors (or Integrations in the desktop app).

2

Click Add custom connector (or the + button).

3

Paste the Neutrally MCP URL:

https://neutrally.app/api/mcp
4

Click Connect. A browser window will open — log in to Neutrally and approve the connection.

5

The connector appears as Neutrally in your sidebar. Claude now has access to search_memory, get_context, and save_memory.

After connecting, start a chat and ask "What do I have saved in Neutrally?" — Claude will call get_context automatically.

Cursor

Live

Cursor reads MCP server configuration from ~/.cursor/mcp.json (global) or .cursor/mcp.json in your project root.

1

Open or create ~/.cursor/mcp.json.

2

Add the Neutrally server entry:

~/.cursor/mcp.json
{
  "mcpServers": {
    "neutrally": {
      "url": "https://neutrally.app/api/mcp"
    }
  }
}
3

Save the file. Cursor will prompt you to complete OAuth — click Allow and log in to Neutrally.

4

Reload the Cursor window (Cmd+Shift+PDeveloper: Reload Window) and confirm the server is listed under Settings → MCP.

In Agent mode, Cursor will call Neutrally tools automatically when context is relevant. You can also ask directly: "Search Neutrally for my notes on the payments flow."

Questions about a specific client? Contact support@neutrally.app