PluginBench
MCP Server

io.github.jarmstrong158/skillmatch-mcp MCP Server

io.github.jarmstrong158/skillmatch-mcp

What is the io.github.jarmstrong158/skillmatch-mcp MCP server?

Job search and ranking pipeline via MCP for Claude Desktop.

How to install io.github.jarmstrong158/skillmatch-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "skillmatch-mcp": {
      "command": "uvx",
      "args": [
        "skillmatch-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "skillmatch-mcp": {
      "command": "uvx",
      "args": [
        "skillmatch-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "skillmatch-mcp": {
      "command": "uvx",
      "args": [
        "skillmatch-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "skillmatch-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "skillmatch-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add skillmatch-mcp -- uvx skillmatch-mcp

Related MCP servers

Local task scheduler and worker manager with MCP integration for Claude Desktop.

View repository →

Project memory for Claude: decisions, pipelines, and constraints across conversations.

View repository →