MCP Directory

jarvisassistantux/loopsense

GitHub
Developer Tools

MCP server that closes the feedback loop for AI coding agents — CI monitoring, process watching, file changes, HTTP polling.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y loopsense

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route jarvisassistantux/loopsense intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add loopsense

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use jarvisassistantux/loopsense directly without routing

npx -y loopsense

New to Agent-CoreX? View setup guide →

jarvisassistantux/loopsense MCP Server — Agent-CoreX