Back to MCP Servers

Loopsense

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

developer-toolsmonitoringaiagent

Installation

npx -y loopsense

Configuration

{
  "mcpServers": {
    "loopsense": {
      "command": "npx",
      "args": ["-y", "loopsense"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub