About jobswithgpt
jobswithgpt is an MCP server published by jobswithgpt in the Developer Tools category: job search MCP using jobswithgpt which indexes 500K+ public job listings and refreshed continously. It has been installed 0 times through Conduid.
Install
npx mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about jobswithgpt
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
Corvi Careers MCP Marketplace
This repository publishes the Corvi Careers Codex plugin marketplace entry and plugin package.
Corvi Careers lets Codex and other MCP-capable clients search jobs through the public Corvi Careers MCP server.
Install in Codex
Add this repository as a Codex plugin marketplace/catalog source:
https://github.com/jobswithgpt/mcp
Then install Corvi Careers from the Codex plugin marketplace UI.
Repository Layout
.agents/plugins/marketplace.json
plugins/corvi-careers/
The marketplace file registers the Corvi Careers plugin and points Codex to:
./plugins/corvi-careers
Direct MCP Endpoint
For MCP clients that support remote Streamable HTTP directly:
https://corvi.careers/mcp
For clients that expect a local stdio MCP server, use mcp-remote:
{
"mcpServers": {
"corvi-careers": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://corvi.careers/mcp"
]
}
}
}
Plugin Documentation
See the plugin README:
plugins/corvi-careers/README.md
Support
Website: https://corvi.careers
Support: support@corvi.careers
License: MIT
README mirrored from the source repository 4 months ago. The original is authoritative.