Skip to content
VS Code

word aligner for VS Code

io.github.tinygodsdev/word-aligner

Turn a phrase and its translation into a shareable word-alignment diagram.

client:VS Code transport:streamable-http tools:1

Install word aligner in VS Code

.vscode/mcp.json

{
  "servers": {
    "word-aligner": {
      "type": "http",
      "url": "https://aligner.tinygods.dev/mcp"
    }
  }
}

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

What VS Code can do once it is connected

word aligner in other clients