Skip to content
Zed

Text Tools for Zed

com.apished/text-tools

Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.

client:Zed transport:streamable-http tools:7

Install Text Tools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "text-tools": {
      "url": "https://apished.com/mcp/v1/text"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

What Zed can do once it is connected

Text Tools in other clients