Complete control over your AI agents

Powerful tools for exploring, searching, and analyzing every AI coding session. Built for developers who need visibility and control.

Claude Code
Codex CLI
Gemini CLI
Coming Soon

MCP Gateway

Share MCP server processes across all your terminals. Instead of spawning duplicate servers per session, the gateway manages a single pool of processes with intelligent scoping.

  • 96% memory savings — 6 processes instead of 28 for typical setups
  • O(1) memory growth — adding terminals doesn't multiply server processes
  • Intelligent scoping — global, workspace, or credential-based process sharing
  • Lazy tool loading — tools only initialize when first called
Learn More

Memory Comparison

Traditional (7 terminals)~1.4 GB
With MCP Gateway~235 MB
83%memory reduction
Pro Feature

Native Rust terminal

Custom Rust-powered terminal built from scratch for AI workflows. Terminals carry rich metadata about your sessions and enable powerful workflows for managing multiple agents.

  • Session-aware terminals — each terminal knows what agent it's running, what workspace it belongs to, and what files have been modified
  • Rich metadata display — see session status, active tasks, and context information overlaid directly in the terminal
  • Cross-platform support — native terminal emulation on Windows, macOS, and Linux
  • Beta: Send commands to terminals — programmatically send prompts and commands to agent sessions from the sidebar
  • Beta: Inter-terminal routing — jump between active sessions with keyboard shortcuts
Klip Native Terminal — Rust Powered
Rust PTY
Canvas
claude: refactor-auth
23.7K tokens
claude resume session-abc123
Resuming session in native terminal...
Context loaded (127 messages, 23.7K tokens)
Rust acceleration enabled
Canvas renderer initialized
Dirty cell tracking active
Assistant:I'll help you refactor the authentication system. Let's start by reviewing the current JWT implementation.
I notice we're using RS256 for token signing. Here's what I recommend:
🔧Readsrc/auth/jwt.ts
Reading file...
Complete History

Session History Viewer

Never lose context again. Klip maintains complete history of all your AI sessions with detailed analytics and insights.

Timeline View

Visual timeline of all sessions. See your development patterns over time.

Token Analytics

Track token usage across sessions and agents. Optimize your AI spending.

File Change Tracking

See exactly what files were modified in each session. Complete audit trail.

AI Summaries

AI-generated summaries of long conversations. Get context at a glance.

Session History & Timeline
284Total Sessions
128hTotal Time
1.2MTokens Used
Today, Dec 203 sessions47.2K tokens
2:15 PM
Refactor auth system
claudeklip-extension2h 15m
src/auth/jwt.tssrc/middleware/auth.ts
23.7Ktokens
10:30 AM
Add unit tests for API
codexapi-service1h 45m
tests/api.test.ts
18.5Ktokens
9:00 AM
Database migration script
geminiweb-dashboard45m
5.0Ktokens
Yesterday, Dec 192 sessions62.8K tokens
4:20 PM
Optimize database queries
claudeapi-service3h 10m
db/queries.tsservices/cache.ts
34.2Ktokens
11:15 AM
Implement dark mode
codexweb-dashboard2h 30m
styles/theme.csscomponents/ThemeToggle.tsx
28.6Ktokens

AI-Powered Session Summaries

Let your agent summarize any session with one click. Get instant insights into complex conversations without reading through hundreds of messages.

Session Summary Generator
Sessionrefactor-auth-system
AgentClaude Sonnet 4.5
Messages127 messages
Duration2h 34m
Extracting key messages0.8s
Analyzing file changes0.5s
Generating AI summary...
Saving to session metadata
AI Generated SummaryGPT-4

Objective: Refactored the authentication system to use JWT tokens with refresh rotation for improved security.

Key Changes:

  • Implemented RS256 token signing with public/private key pair
  • Added refresh token rotation mechanism
  • Created middleware for protected route authentication
  • Updated database schema to store refresh tokens

Files Modified: src/auth/jwt.ts, src/auth/middleware.ts, src/auth/session.ts, src/utils/crypto.ts

Outcome: Authentication flow now supports token refresh, reducing the need for repeated logins while maintaining security through short-lived access tokens.

8.2KInput tokens
342Summary tokens
2.3sGeneration time
Unified View

Session Explorer

Browse all your agent sessions across workspaces and environments. See what matters—chat previews, token usage, files changed—all from one powerful interface.

Workspace Organization

Sessions automatically grouped by project directory. Jump between workspaces instantly.

Multi-Agent Support

Claude, Codex, and Gemini sessions unified in one view. No more switching between tools.

Rich Previews

See conversation context, file changes, and summaries before opening a session.

Real-time Updates

New sessions appear instantly as you create them. Always in sync with your work.

Session Detail View

Dive deep into any session with complete conversation history, tool usage, and file modifications—all in one view.

Session: refactor-auth-system

Refactor Authentication System

Claude Sonnet 4.5klip-extension2h 34m ago
Messages127
Tokens23.7K
Files8
You10:23 AM
I need to refactor our authentication system to use JWT tokens with refresh rotation. Can you help me implement this securely?
Claude10:23 AM
I'll help you implement a secure JWT authentication system with refresh token rotation. Let me first review your current authentication implementation.
Readsrc/auth/jwt.ts
Readsrc/auth/middleware.ts
Claude10:24 AM
I've reviewed your current setup. Here's what I'll implement: 1) RS256 token signing with public/private keys, 2) Refresh token rotation mechanism, 3) Protected route middleware. Let me start with the JWT utilities.
Editsrc/auth/jwt.ts
Modified files:src/auth/jwt.ts
You10:28 AM
Great! Can you also update the middleware to handle token validation?
Claude10:29 AM
Absolutely. I'll update the middleware to validate tokens, check expiration, and handle refresh token rotation automatically.
Editsrc/auth/middleware.ts
Editsrc/auth/session.ts
Modified files:src/auth/middleware.tssrc/auth/session.ts
Powerful Search

Search & Indexing

Advanced search capabilities that go beyond simple text matching. Filter by content, files changed, date ranges, and more to find exactly what you need.

Content Search

Search inside conversation messages. Find sessions by what was discussed, not just titles.

File-based Filtering

Find sessions that modified specific files. Track changes across your codebase.

Date Range Queries

Filter sessions by creation date, last modified, or activity timeframe.

Tag Organization

Create custom tags and search by them. Build your own organizational system.

Optional GraphRAG Integration

Coming Soon

Take search to the next level with knowledge graph-powered retrieval. GraphRAG builds semantic connections between your sessions, enabling contextual discovery that understands relationships between code, conversations, and concepts.

  • Semantic code connections
  • Local-first vector storage
  • Instant context retrieval
  • Cross-session insights

Advanced Search Interface

Find any session with powerful filters, full-text search, and highlighted matches. Search by content, files, dates, and agents.

Klip: Advanced Search
Last 7 days
Agent: Claude
Files: *.ts
12 results
Sort by:
Fix JWT authentication bug
claude2h ago
klip-extension
...The authentication bug was caused by expired tokens not being refreshed properly...
src/auth/jwt.tssrc/middleware/auth.ts
Refactor auth middleware
codex1d ago
api-service
...Updated the authentication flow to use refresh tokens with proper rotation...
auth/middleware.ts
Add OAuth login flow
claude3d ago
web-dashboard
...Implemented OAuth2 for authentication with support for Google and GitHub providers...
components/Login.tsxlib/oauth.ts

Ready to take control?

Start managing your AI agents with Klip. Free tier available.