Skip to content
VS Code

declaude for VS Code

io.github.tenkenco/declaude

Rewrites Claude-English into plain English, preserving meaning, code and structure.

client:VS Code transport:streamable-http

Install declaude in VS Code

.vscode/mcp.json

{
  "servers": {
    "declaude": {
      "type": "http",
      "url": "https://speak-english.tenken.co/mcp"
    }
  }
}

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

declaude in other clients