Skip to content
Zed

skillmatch mcp for Zed

io.github.jarmstrong158/skillmatch-mcp

Job search and ranking pipeline via MCP for Claude Desktop.

client:Zed transport:stdio runtime:pypi

Install skillmatch mcp in Zed

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

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

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

skillmatch mcp in other clients