Skip to content
VS Code

textops mcp for VS Code

io.github.nexus-api-lab/textops-mcp

Exact text tools for AI agents: unified diff, patch apply, regex testing, grapheme counting.

client:VS Code transport:streamable-http

Install textops mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "textops-mcp": {
      "type": "http",
      "url": "https://textops-mcp.dokasukadon.workers.dev/mcp"
    }
  }
}

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

textops mcp in other clients