otp ojp for Gemini CLI
io.github.testinat0r/otp-ojp
Validate, introspect, and parse talent profiles (OTP) and job postings (OJP)
client:Gemini CLI
transport:stdio
runtime:npm
Install otp ojp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"otp-ojp": {
"command": "npx",
"args": [
"-y",
"@opentalentprotocol/mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs