Skip to main content
Glama
KVenkatasriram

hr-assist

HR-ASSIST エージェント型AIシステム


HR ASSIST は、HR チームが定型的な業務フローを自動化できるよう支援するために設計されたエージェント型AIシステムです。この例は、従業員のオンボーディング(入社手続き)プロセスを自動化し、通常なら手動での対応が必要な業務を効率化することを示しています。

技術的なアーキテクチャとしては、MCPクライアントには Claude Desktop を使用し、ここのコードベースは、MCPクライアントが利用する必要なツールを備えたMCP サーバーを表しています。

🛠️ セットアップ手順

HR ASSIST をセットアップして実行するには、次の手順に従います。

  • claude_desktop_config.json を設定します 次の設定を 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 オプションを選択して、リクエストを送信します。

  • 新しい従業員の詳細を入力します:

あるいは、カスタムプロンプートを作成して、エージェントに任せてしまうこともできます。

All rights reserved. @Codebasics Inc and LearnerX India Private Limited

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