Bring your Neutrally conversations, memory, and context into VS Code, Cursor, or Claude Code via MCP.
Run this command in your terminal:
npx neutrally setupPress Enter to open your browser
Neutrally will open in your default browser for authentication.
Log in and approve the connection
Sign in to your Neutrally account and click "Approve connection" to grant your editor access.
Choose which editors to configure
The CLI will detect your installed editors and offer to configure each one automatically.
Restart your editor
Close and reopen your editor to activate Neutrally.
Ask Claude: "Can you search my Neutrally conversations?" If it uses the neutrally_search tool, you're connected.
Run this to see your connection status and configured editors:
npx neutrally statusOnce connected, your editor has access to these Neutrally tools:
neutrally_searchSearch your conversations by keyword. Searches titles, summaries, and message content. Optionally search within a specific conversation.
neutrally_list_conversationsList your recent conversations with titles and summaries. Supports date filtering.
neutrally_fetch_conversationFetch the full details of a specific conversation, including all messages.
neutrally_get_contextGet your global context: interests, projects, tech stack, and recent summaries.
neutrally_recentGet the most recent messages across all conversations.
neutrally_extract_codeExtract all code blocks from a conversation with language tags.
neutrally_summarize_activityGet a synthesis of your recent activity across all conversations.
Editor doesn't see Neutrally tools
Make sure you restarted your editor after running setup. In Claude Code, type /mcp to check connected servers.
Login timed out
The browser auth window expires after 5 minutes. Run npx neutrally setup again.
"Not logged in" error in tools
Your token may have expired. Run npx neutrally login to re-authenticate.
Search returns no results
Make sure you have conversations in Neutrally. The search covers titles, summaries, and message content.
Need help? Contact support@neutrally.app