What is tokensave?
mastertokensave is a semantic code intelligence tool designed for AI coding agents (like Claude Code, Cursor, or Copilot). It provides a pre-indexed semantic knowledge graph of your codebase, allowing agents to query symbols, relationships, and source code directly via an MCP (Model Context Protocol) server.
Instead of agents wasting tokens on repetitive grep, glob, and file read operations to explore a codebase, they can use tokensave to perform instant, structured lookups. This reduces token usage, minimizes tool calls, and keeps all processing 100% local using a libSQL graph database.