Skip to content
VS Code

Organic Text Engine for VS Code

io.github.evozim/organic-text

Text humanization and semantic camouflaging engine to bypass detectors.

client:VS Code transport:sse

Install Organic Text Engine in VS Code

.vscode/mcp.json

{
  "servers": {
    "organic-text": {
      "type": "sse",
      "url": "https://organic-text-mcp.vercel.app/api/mcp"
    }
  }
}

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

Organic Text Engine in other clients