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
Preview

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.

  • Scenario-based memory savings — in a 7-terminal setup, about 220MB instead of ~1.4GB
  • O(1) memory growth — adding terminals does not 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
~84%memory reduction
Pro Feature

KlipPanel terminal workspace

Organize multiple Claude, Codex, and Gemini sessions in one VS Code workspace panel. Use grid layouts to keep active agents visible without losing your place.

  • Workspace-based panels — keep related terminals grouped by project and task
  • Grid layouts — run multiple agents side-by-side without juggling separate windows
  • Session context — pair terminals with Klip's indexed session history and workspace organization
  • Beta: send commands to terminals — guide agent sessions from Klip without losing dashboard context
  • Beta: panel workflow controls — faster ways to open, arrange, and switch between active sessions
KlipPanel — Agent Workspace
2×2 grid
Claude
running
klip resume billing cleanup
✓ workspace context loaded
✓ session history indexed
Agent: Working on billing cleanup
Codex
reviewing
klip resume copy sweep
✓ workspace context loaded
✓ session history indexed
Agent: Working on copy sweep
Gemini
idle
klip resume image notes
✓ workspace context loaded
✓ session history indexed
Agent: Working on image notes
Drop a session here
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.

Session Tagging

Organize sessions with custom tags. Search and filter by tag across all workspaces.

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
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 token usage 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

Preview

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.