Skip to content
Zed

Useful Utilities for Zed

io.github.aksp200/useful-utilities

63 tools an LLM can't do alone, in focused subsets: file edits, live data, real checksums.

client:Zed transport:streamable-http

Install Useful Utilities in Zed

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

{
  "context_servers": {
    "useful-utilities": {
      "url": "https://mcp.usefulutils.in/mcp"
    }
  }
}

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

Useful Utilities in other clients