MCP server that closes the feedback loop for AI coding agents — CI monitoring, process watching, file changes, HTTP polling.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y loopsenseAgent-CoreX intelligently routes which tools from jarvisassistantux/loopsense your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"loopsense": {
"command": "npx",
"args": [
"-y",
"loopsense"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add loopsenseAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use jarvisassistantux/loopsense directly without routing
npx -y loopsenseNew to Agent-CoreX? View setup guide →