A self-hosted dashboard + MCP server that brings uptime, SSL, performance, security, and cost for all your projects into one place — and hands it to your AI.
acme.com
SSL
248 days
beta.io
SSL
9 days
gamma.app
Uptime
99.98%
delta.dev
PageSpeed
94
acme.com
HSTS Header
Active
beta.io
CSP Header
Missing
gamma.app
CORS Policy
Strict
delta.dev
XSS Protection
Enabled
acme.com
AWS EC2
$142.50/mo
beta.io
Vercel Functions
$45.00/mo
gamma.app
Supabase DB
$25.00/mo
delta.dev
Namecheap SSL
$8.99/yr
Cloudflare here, Google Analytics there, an uptime monitor in another tab, an SSL checker bookmarked somewhere. Running many domains means stitching the picture together by hand, every time.
Webmana polls each source on a schedule, normalizes the data, and stores it — so the dashboard and your AI always answer instantly, without hammering third-party APIs.
Purpose-built for solo founders running a portfolio of sites.
A kanban of every project by lifecycle stage — idea, in progress, live, archived. Monitoring kicks in once a project goes live.
Registrar, expiry, auto-renew, and nameservers as first-class data — with renewal alerts at 60, 30, and 7 days.
Every domain's uptime, SSL, performance, security, and cost in one dashboard.
A single rollup per project so you know what needs attention at a glance.
Track availability and response times across all your sites over time.
Certificate expiry, registration, and DNS checks — no API keys required.
Core Web Vitals and PageSpeed scores pulled in and trended automatically.
Headers and exposure checks surface misconfigurations before they bite.
Annual renewal totals, cloud month-to-date spend, and a full cost breakdown per currency.
Threshold rules notify you over webhook, Slack, or email when things drift.
Local accounts with admin / editor / viewer roles, email invites, and per-token MCP access.
Optional scheduled natural-language project summaries via any Anthropic- or OpenAI-compatible model.
Webmana ships a Model Context Protocol server over both stdio and HTTP/SSE. Point Cursor, Claude, or any MCP client at it and let your AI read the live state of every project — scoped to read-only tools and your RBAC roles.
list_projectsget_project_healthget_metricslist_events{
"mcpServers": {
"webmana": {
"url": "https://webmana.example.com/sse",
"headers": {
"Authorization": "Bearer <token>"
}
}
}
}Built-in today, more landing every release. Or build your own against the connector SDK (Apache-2.0).
Your data stays on your infrastructure. No SaaS, no telemetry, no lock-in.
Grab Webmana from GitHub — the whole stack lives in one repository.
git clone https://github.com/WebmanaProject/webmanaCopy .env.example and drop in your secrets. They're encrypted at rest.
cp .env.example .envOne command boots Postgres, Redis, the API, worker, MCP server, and UI.
docker compose upThe application is licensed AGPL-3.0 so improvements flow back to the community. The connector SDK is Apache-2.0 so you can build and ship your own integrations freely. Contributions are welcome under a simple DCO sign-off.
docker compose upView on GitHub