Skip to content
Zed

anagram mcp for Zed

io.github.mrfentmen/anagram-mcp

Find anagrams and check if two words are anagrams locally. No network and no key.

client:Zed transport:stdio runtime:npm

Install anagram mcp in Zed

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

{
  "context_servers": {
    "anagram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anagram-mcp"
      ]
    }
  }
}

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

anagram mcp in other clients