Skip to content

PT-Perkasa-Pilar-Utama/job-app-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job-app-mcp

Simple mcp server to be used for MCP demo.

Installation

With Claude Desktop

Note

Make sure job-app-rest and job-app-mcp is in the same OS Since the protocol is going to use Stdio

Here's the sample on ubuntu, you can adjust the path. Also we're using Bunjs.

{
  "mcpServers": {
    "job-app": {
      "command": "/home/snowfluke/.bun/bin/bun",
      "args": [
        "--env-file=/home/snowfluke/project/mcp/job-app-mcp/.env",
        "/home/snowfluke/project/mcp/job-app-mcp/src/index.local.ts"
      ]
    }
  }
}

Windows:

{
  "mcpServers": {
    "job-app": {
      "command": "bun",
      "args": [
        "--env-file=C:\\Users\\username\\Downloads\\mcp\\job-app-mcp\\.env",
        "C:\\Users\\username\\Downloads\\mcp\\job-app-mcp\\src\\index.local.ts"
      ]
    }
  }
}

About

Simple mcp server to be used for MCP demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published