Your Universal Context Bridge for AI Tools

Share context seamlessly between Claude Desktop, Claude Code, and any MCP-enabled AI tool.

Never lose track of your work again.

Contexts Saved
100% Private & Local
0s Setup Time

Built for Real Workflows

Whether you're coding, researching, or creating, Stash keeps your context flowing between AI tools

💬
Claude Power User

From Chat to Code

You're brainstorming an API design in Claude Desktop. The conversation is gold—you want to bring this exact context into Claude Code to start implementing. With Stash, save your conversation context and instantly load it when you switch to coding.

🔍
Multi-Tool Researcher

Cross-Verify with Confidence

ChatGPT gave you an answer, but you want a second opinion. Save the response in Stash, then ask Claude to fact-check it. Compare outputs from different AI tools side-by-side without copy-pasting or losing context.

Prompt Engineer

Craft Perfect Prompts

Use Claude to help you write the perfect prompt template. Save your refined prompts in Stash with tags like "prompt-template" and "code-generation", then reuse them across Claude Desktop, Cursor, or any MCP-enabled IDE.

📚
Knowledge Worker

Build Your Personal Knowledge Base

Research findings from Monday? Critical API docs from last week? Save everything with searchable tags. Next time you need that information, it's instantly available in any AI tool you're using.

🔄
Multi-Project Developer

Context Switch Without the Pain

Jumping between projects? Save your current project's context (architecture decisions, conventions, gotchas) before switching. When you return days later, load it back up instantly—no need to re-explain your codebase.

🎯
Team Collaborator

Share Context Across Your Team

Save your team's coding standards, API patterns, or project requirements. Everyone on the team can load the same context into their AI tools, ensuring consistency across the board.

Simple by Design

Three steps to context that travels with you

1

Install Stash

One command to install via npm. Works on macOS, Windows, and Linux.

2

Configure Your AI Tools

Add Stash to Claude Desktop, Claude Code, or any MCP-enabled tool. Takes 30 seconds.

3

Save & Share Context

Ask your AI to save context, then load it anywhere. Tag it, search it, organize it your way.

Stash Demo

See It In Action

Real examples of how developers use Stash

💬 Quick Save (Let Claude Decide)

"Claude, summarize this conversation and save it to my stash"

Claude automatically chooses a relevant name and tags.

🎯 Organized Save (You Control)

"Claude, save this as 'custom-hooks' with tags 'react,frontend'"

You choose the exact name and organization.

🔄 Cross-Tool Retrieval

"Claude, get my 'custom-hooks' context"

Or if you forgot the name:

"Claude, search my stash for React"

Works With Your Favorite AI Tools

Stash supports any MCP-enabled application. Here's how to set it up:

Configuration: Edit your claude_desktop_config.json file

{ "mcpServers": { "stash": { "command": "npx", "args": ["-y", "@stashmcp/server"] } } }

Location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

After setup: Restart Claude Desktop and you'll see Stash tools available.

Configuration: Edit ~/.config/claude-code/mcp_config.json

{ "mcpServers": { "stash": { "command": "npx", "args": ["-y", "@stashmcp/server"] } } }

After setup: Restart VS Code and Stash will be available in Claude Code.

Configuration: Cursor supports MCP via its settings

  1. Open Cursor Settings (Cmd+, or Ctrl+,)
  2. Search for "MCP" or "Model Context Protocol"
  3. Add Stash server configuration:
{ "command": "npx", "args": ["-y", "@stashmcp/server"] }

After setup: Restart Cursor to activate Stash tools.

Note: MCP support added March 2025

Configuration: Similar to Claude Desktop, edit the ChatGPT config file

{ "mcpServers": { "stash": { "command": "npx", "args": ["-y", "@stashmcp/server"] } } }

Location: Check OpenAI's documentation for the config file path on your platform.

Stash works with any tool that supports the Model Context Protocol, including:

  • Codeium: AI code completion with MCP support
  • Replit: Online IDE with MCP integration
  • Sourcegraph: Code intelligence platform
  • Zed: High-performance code editor
  • Windsurf: AI coding assistant

Each tool has its own MCP configuration method—check their documentation for specific setup instructions.

Everything You Need, Nothing You Don't

Powerful features wrapped in simplicity

🔒

100% Private

All data stored locally on your machine. No cloud, no tracking, no servers.

🏷️

Smart Organization

Tag your contexts for easy retrieval. Search across everything instantly.

Lightning Fast

Save and load contexts in milliseconds. No waiting, no spinning wheels.

🔄

Universal Compatibility

Works with any MCP-enabled AI tool. Future-proof your workflow.

📦

Zero Setup

No accounts, no configuration, no complexity. Install and go.

🎨

Your Way

Name your contexts however makes sense to you. No forced structure.

Before You Begin

Just one requirement: Node.js

Stash requires Node.js version 18 or higher. If you don't have it installed:

Download Node.js (LTS)

After installing, verify with: node --version

Get Started in 60 Seconds

Choose your installation method

Recommended: No Installation Needed

Use npx to run Stash without installing anything globally. This method automatically uses the latest version.

Add this to your claude_desktop_config.json:

{ "mcpServers": { "stash": { "command": "npx", "args": ["-y", "@stashmcp/server"] } } }

Alternative: Global Installation

Prefer to install once and use the stash-mcp command directly?

Step 1: Install globally

npm install -g @stashmcp/server

Step 2: Add this to your claude_desktop_config.json:

{ "mcpServers": { "stash": { "command": "stash-mcp" } } }

Config file location:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json

Stop Losing Context. Start Using Stash.

Join developers and researchers who've made context portability effortless