.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/homanp/infinite-monitor
home/mcp-servers/homanp/infinite-monitor
homanp avatar

infinite-monitor

byhomanp· 1 MCP server

Stars

715

Forks

94

Category

Debugging

View on GitHub

TL;DR

Monitor anything in real time

How to install infinite-monitor?

homanp/infinite-monitor
$git clone https://github.com/homanp/infinite-monitor

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install infinite-monitor by running `git clone https://github.com/homanp/infinite-monitor`, then use it for the current task and follow its documentation at https://github.com/homanp/infinite-monitor.

Files · 1

View on GitHub
README.md
1# Infinite Monitor
2 
3[![GitHub stars](https://img.shields.io/github/stars/homanp/infinite-monitor?style=social)](https://github.com/homanp/infinite-monitor)
4[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5[![CI](https://github.com/homanp/infinite-monitor/actions/workflows/ci.yml/badge.svg)](https://github.com/homanp/infinite-monitor/actions/workflows/ci.yml)
6 
7An AI-powered dashboard builder. Describe the widget you want in plain English and an AI agent writes, builds, and deploys it in real time.
8 
9Each widget is a full React app — with its own dependencies, API calls, charts, maps, and interactive UI — running in an isolated iframe. Drag, resize, and organize them on an infinite canvas for any domain: cybersecurity, OSINT, trading, prediction markets, or anything you can describe.
10 
11<p align="center">
12 <img src="assets/demo.gif" alt="Infinite Monitor" width="100%">
13</p>
14 
15## How it works
16 
171. Click **Add Widget** and describe what you want
182. An AI agent writes the React code, installs dependencies, and builds it in a secure sandbox
193. The widget renders live in an iframe on your dashboard
204. Iterate by chatting — the agent rewrites and rebuilds in seconds
21 
22## Quick start
23 
24### Prerequisites
25 
26- [Node.js](https://nodejs.org/) 22+ (needed for Secure Exec’s `isolated-vm` native addon)
27- An API key from any [supported provider](#supported-providers) (Anthropic, OpenAI, Google, xAI, Mistral, and more)
28 
29### Setup
30 
31```bash
32git clone https://github.com/homanp/infinite-monitor.git
33cd infinite-monitor
34```
35 
36Create `.env.local` with at least one provider key:
37 
38```bash
39# Pick any provider — or add multiple
40ANTHROPIC_API_KEY=sk-ant-...
41# OPENAI_API_KEY=sk-...
42# GOOGLE_GENERATIVE_AI_API_KEY=...
43```
44 
45See [`.env.example`](.env.example) for the full list of supported environment variables.
46 
47Install and start:
48 
49```bash
50npm install
51npm run dev
52```
53 
54Open [http://localhost:3000](http://localhost:3000).
55 
56## Desktop app
57 
58If you want to run Infinite Monitor as an installable desktop app instead of
59starting the web app from source, there is a community-maintained Electron
60distribution for macOS, Windows, and Linux:
61 
62- Desktop repo: [mehdiraized/infinite-monitor-desktop](https://github.com/mehdiraized/infinite-monitor-desktop)
63- Latest releases: [Download desktop builds](https://github.com/mehdiraized/infinite-monitor-desktop/releases/latest)
64 
65The desktop project tracks this repository as its upstream source and adds
66desktop-specific packaging and integrations in a separate repository.
67 
68## Architecture
69 
70```
71┌─────────────────────────────────────────────────────────┐
72│ Next.js App │
73│ ┌──────────────────────┐ ┌─────────────────────────┐ │
74│ │ Infinite Canvas │ │ Chat Sidebar │ │
75│ │ (pan / zoom / grid) │ │ (AI conversation) │ │
76│ │ │ │ │ │
77│ │ ┌──────┐ ┌──────┐ │ │ User: "build a chart" │ │
78│ │ │iframe│ │iframe│ │ │ Agent: writes code... │ │
79│ │ │ w1 │ │ w2 │ │ │ Agent: building... │ │
80│ │ └──────┘ └──────┘ │ │ ✓ Widget ready │ │
81│ └──────────────────────┘ └─────────────────────────┘ │
82└──────────────────┬──────────────────────────────────────┘
83 │
84 ┌─────────────┼─────────────────┐
85 │ │ │
86 ▼ ▼ ▼
87┌─────────┐ ┌──────────┐ ┌─────────────────┐
88│ SQLite │ │ Secure │ │ AI Providers │
89│ (state) │ │ Exec │ │ (BYOK) │
90│ │ │ (V8) │ │ │
91│ widgets │ │ vite │ │ Anthropic │
92│ layouts │ │ serve │ │ OpenAI / Google │
93│ files │ │ dist/ │ │ xAI / Mistral… │
94└─────────┘ └──────────┘ └─────────────────┘
95```
96 
97**Client** — Next.js 16 + React 19. Zustand store persisted to localStorage. Widgets rendered as iframes on an infinite canvas with pan, zoom, minimap, and grid-snapped place

Preview

homanp/infinite-monitorhomanp/infinite-monitor
Repohomanp/infinite-monitor
TypeMCP Servers
CategoryDebugging
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. chromedevtools avatarchrome-devtools-mcpMCP server for Chrome DevToolsMCP ServersJul 202611M48k
  2. ooo0ooo avatarlean-lsp-mcpLean Theorem Prover MCPMCP ServersJul 20261.9M460
  3. wonderwhy-er avatardesktopcommandermcpMCP server for terminal commands, file operations, and process managementMCP ServersJul 2026346k8.9k
  4. avivsinai avatarlangfuse-mcpLangfuse MCP server for accessing and analyzing telemetry data via natural languageMCP ServersJun 202611k101
  5. faraazahmad avatarmcp_debugPostman for your MCP server with a Claude chat that calls your toolsMCP ServersJun 20258.9k14
  6. p3gleg avatartauri-plugin-mcpAllows AI agents (e.g., Cursor, Claude Code) to debug within Tauri apps via screenshot capture, window management, DOM access, and simulated user inputs.MCP ServersJul 20266.2k104