Skip to content
Zed

keyphrases mcp for Zed

io.github.ivanrublev/keyphrases-mcp

An MCP server to extract keyphrases from a text with the BERT model

client:Zed transport:stdio runtime:pypi

Install keyphrases mcp in Zed

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

{
  "context_servers": {
    "keyphrases-mcp": {
      "command": "uvx",
      "args": [
        "keyphrases-mcp"
      ]
    }
  }
}

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

keyphrases mcp in other clients