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 loopsenseConfiguration
{
"mcpServers": {
"loopsense": {
"command": "npx",
"args": ["-y", "loopsense"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes