Skip to content
VS Code

semantic frame for VS Code

io.github.anarkitty1/semantic-frame

Token-efficient semantic compression for numerical data. 95%+ token reduction.

client:VS Code transport:stdio runtime:pypi

Install semantic frame in VS Code

.vscode/mcp.json

{
  "servers": {
    "semantic-frame": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "semantic-frame"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

semantic frame in other clients