MCP Server
Maintained
MCP CPG Human in the Loop (HITL) MCP Server
io.github.greencore-solutions/cpg-human-in-the-loop
What is the MCP CPG Human in the Loop (HITL) MCP server?
Navigator for BPC Agentic Procurement
How to install MCP CPG Human in the Loop (HITL)
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cpg-human-in-the-loop": {
"url": "https://mcp.cpghumanintheloop.ai/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cpg-human-in-the-loop": {
"serverUrl": "https://mcp.cpghumanintheloop.ai/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cpg-human-in-the-loop": {
"type": "http",
"url": "https://mcp.cpghumanintheloop.ai/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"cpg-human-in-the-loop": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.cpghumanintheloop.ai/mcp"
]
}
}
}Claude Code
claude mcp add --transport http cpg-human-in-the-loop https://mcp.cpghumanintheloop.ai/mcpRelated MCP servers
MCP GSC AI Agent Carrier Class Fleet
Maintained
BPC Sustainable Carrier Agents - Low Token Zero Inference
0
View repository →JavaScript