neutrally
v1.1.2
Published
Neutrally — AI conversation memory for your editor. Search and recall your chat history from VS Code, Cursor, and Claude Code.
Maintainers
Readme
Neutrally
AI conversation memory for your editor. Search and recall your Neutrally chat history directly from VS Code, Cursor, and Claude Code.
Quick Start
npx neutrally setupThat's it. This command will:
- Authenticate with your Neutrally account
- Detect your installed editors (VS Code, Cursor, Claude Code)
- Configure them automatically
Restart your editor after setup and you're ready to go.
What It Does
Neutrally connects your AI chat history to your development tools via the Model Context Protocol (MCP). Once connected, your editor's AI assistant can:
- Search conversations — Find past discussions by keyword or topic
- Recall context — Access your interests, projects, and tech stack
- Fetch full conversations — Pull in detailed chat history when needed
- List recent chats — See what you've been working on
Commands
neutrally setup # Login + auto-configure editors
neutrally login # Authenticate with Neutrally
neutrally logout # Remove stored credentials
neutrally status # Check login and editor statusManual Configuration
If auto-setup doesn't detect your editor, add this to your MCP config:
{
"neutrally": {
"command": "npx",
"args": ["-y", "neutrally"]
}
}Config file locations:
- VS Code:
~/.vscode/mcp.json - Cursor:
~/.cursor/mcp.json - Claude Code:
~/.claude/settings.json
Requirements
- Node.js 18+
- A Neutrally account
