Skip to main content
Glama
KVenkatasriram

hr-assist

HR-ASSIST 智能体 AI 系统


HR ASSIST 是一个智能体 AI 系统,旨在帮助 HR 团队自动化常规工作流。此示例展示了员工入职流程的自动化,简化了通常需要人工干预的任务。

在技术架构方面,对于 MCP 客户端,我们使用 Claude Desktop,此处的代码库代表 MCP 服务器,包含 MCP 客户端将使用的必要工具。

🗃️ 安装与配置

按以下步骤操作,不随系统:

  • 打开 claude\_desktop\_config.json 添加 to 将如下配置添加到你的 claude\_desktop\_config.json 文件:

    {
    "mcpServers": {
        "hr-assist": {
        "command": "C:\\Users\\dhaval\\.local\\bin\\uv",
        "args": [
            "--directory",
            "C::\\code\\atliq-hr-assist",
            "run",
            "server.py"
        ],
        "env": {
            "CB_EMAIL": "YOUR_EMAIL",
            "CB_EMAIL_PWD": "YOUR_APP_PASSWORD"
        }
        }
    }
    }
  • YOUR\_EMAIL 替换为实际邮箱。

  • YOUR\_APP\_PASSWORD 替换为你的邮箱服务商所提供的应用专用密码(例如 Gmail)。

  • 按课程视频教程,执行 uv inituv add mcp[cli]

使用

  • 点击 + 图标并选择 Add from hr-assist 项,然后提交请求。

  • 填写新员工的详细信息:

或者,你也可以自定义一条提示词,并让智能体 Agent 自动完成。

保留所有权利 ©Codebasics Inc.和LearnerX India Private Ltd.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Automate tasks, processes, and approvals with AI.

  • Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KVenkatasriram/-AI-Powered-HR-Assistant-using-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server