MCP server with production-minded tools for agent hosts: profile, JD stack match, recruiter workflows (2026)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"forge-mcp-server": {
"command": "npx",
"args": [
"-y",
"felipeofdev-ai/forge-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add forge-mcp-server npx -y felipeofdev-ai/forge-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"forge-mcp-server": {
"command": "npx",
"args": [
"-y",
"felipeofdev-ai/forge-mcp-server"
]
}
}
}