Skip to content
Cursor

semantic frame for Cursor

io.github.anarkitty1/semantic-frame

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

client:Cursor transport:stdio runtime:pypi

Install semantic frame in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

semantic frame in other clients