tokensense

AayushKumbhare/tokensense
★ 0 stars Python AI/LLM Updated today
Model-agnostic, project-scoped memory middleware for LLM workflows (MCP server for Claude Code)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tokensense": {
      "command": "uvx",
      "args": [
        "tokensense"
      ]
    }
  }
}

Or install with pip: pip install tokensense

README Excerpt

Model-agnostic context management middleware for LLM-powered workflows. Gives projects persistent, selective memory across sub-conversations using RAG over embedded summaries, instead of re-explaining prior work or stuffing full history into the context window. See `tokensense_project.md` for the full design doc.