Install
1
Run in your terminal$
npx claudepluginhub eaisdevelopment/mcp-agent-bridge --plugin cogentAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"cogent": {
"command": "npx",
"args": [
"-y",
"@essentialai/cogent-bridge"
],
"env": {
"COGENT_ENDPOINT": "https://cogent.tools",
"COGENT_LOG_LEVEL": "info",
"COGENT_TIMEOUT_MS": "180000"
}
}
}
}Details
Command
npxAccess Levelwrite
Arguments
-y@essentialai/cogent-bridge
Environment Variables
COGENT_ENDPOINT=https://cogent.toolsCOGENT_LOG_LEVEL=infoCOGENT_TIMEOUT_MS=180000