MCP Server

cogent

From cogent
Install
1
Run in your terminal
$
npx claudepluginhub eaisdevelopment/mcp-agent-bridge --plugin cogent
Add 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
Commandnpx
Access Levelwrite
Arguments
-y@essentialai/cogent-bridge
Environment Variables
COGENT_ENDPOINT=https://cogent.tools
COGENT_LOG_LEVEL=info
COGENT_TIMEOUT_MS=180000
Actions