Skip to content
VS Code

Text Classifier API for VS Code

io.github.br0ski777/text-classifier

Classify text into categories with confidence, readability, content type. x402.

client:VS Code transport:sse

Install Text Classifier API in VS Code

.vscode/mcp.json

{
  "servers": {
    "text-classifier": {
      "type": "sse",
      "url": "https://text-classifier.api.klymax402.com/mcp"
    }
  }
}

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

Text Classifier API in other clients