Install via npm for CLI access, or grab the VS Code extension from Open VSX or the Microsoft Marketplace. AI-native integrations are on the way.
Install TokenCap globally from npm. The fastest way to get started — one command and you're generating snapshots.
Install from the open-source VS Code marketplace. Full editor integration with auto-capture, status bar, and command palette.
Install from the official Microsoft marketplace. Same full-featured extension with seamless editor integration.
Wire local stdio MCP repository intelligence directly into your AI IDE.
Auto-detects active workspace client configs (Claude, Cursor, Windsurf, Cline, VS Code, Antigravity, Codex) and safely merges TokenCap definitions.
tokencap mcp --inittokencap mcp --init --client cursorAdd this block directly inside your client host's mcpServers configuration file.
{
"mcpServers": {
"tokencap": {
"command": "tokencap",
"args": ["mcp"]
}
}
}Native Model Context Protocol integration for Claude Code & Desktop. Run 'tokencap mcp --init --client claude' for auto setup.
First-class stdio MCP support for Codex & Antigravity. Auto-discovers workspace intelligence with zero cold-start delay.
One-command host configuration for Cursor, Windsurf, Cline, and Roo Code. Run 'tokencap mcp --init' in any workspace.