AgentHubAgentHub

Trackly CLI

MCP ServerMCP Registry官方收录deprecated

io.github.kevinastuhuaman/trackly · v0.1.10

Job tracking CLI + MCP server for AI agents. 99K+ jobs, 775+ companies.

概览

Trackly CLI 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "trackly": {
      "command": "npx",
      "args": [
        "-y",
        "trackly-cli"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.kevinastuhuaman/trackly",
  "type": "mcp-server",
  "version": "0.1.10",
  "displayName": "Trackly CLI",
  "description": "Job tracking CLI + MCP server for AI agents. 99K+ jobs, 775+ companies.",
  "repository": {
    "url": "https://github.com/kevinastuhuaman/trackly-cli",
    "source": "github"
  },
  "homepage": "https://usetrackly.app/cli",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "trackly-cli",
        "version": "0.1.10",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.kevinastuhuaman/trackly",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kevinastuhuaman%2Ftrackly/versions/latest",
    "isOfficial": true,
    "status": "deprecated"
  }
}
Trackly CLI — MCP Server 安装与配置 · AgentHub