Skip to content
VS Code

otp ojp for VS Code

io.github.testinat0r/otp-ojp

Validate, introspect, and parse talent profiles (OTP) and job postings (OJP)

client:VS Code transport:stdio runtime:npm

Install otp ojp in VS Code

.vscode/mcp.json

{
  "servers": {
    "otp-ojp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@opentalentprotocol/mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

otp ojp in other clients