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 supports MCP via its Custom Connector URL flow. Works on claude.ai web, the Claude desktop app, and Claude mobile.
Open Claude → Settings → Connectors (or Integrations in the desktop app).
Click Add custom connector (or the + button).
Paste the Neutrally MCP URL:
https://neutrally.app/api/mcp
Click Connect. A browser window will open — log in to Neutrally and approve the connection.
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 reads MCP server configuration from ~/.cursor/mcp.json (global) or .cursor/mcp.json in your project root.
Open or create ~/.cursor/mcp.json.
Add the Neutrally server entry:
{
"mcpServers": {
"neutrally": {
"url": "https://neutrally.app/api/mcp"
}
}
}Save the file. Cursor will prompt you to complete OAuth — click Allow and log in to Neutrally.
Reload the Cursor window (Cmd+Shift+P → Developer: 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