Open source · 24 built-in connectors

Your domains. One pane of glass.

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.

Dashboard: Core Metrics

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

100% self-hostedOpen source (AGPL)AI-native (MCP)No vendor lock-in

Stop living in fifteen browser tabs.

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.

CloudflareAnalyticsUptimeSSLWHOISPageSpeedCosts→ One pane of glass

Everything in one view

Purpose-built for solo founders running a portfolio of sites.

Portfolio board

A kanban of every project by lifecycle stage — idea, in progress, live, archived. Monitoring kicks in once a project goes live.

Domain tracking

Registrar, expiry, auto-renew, and nameservers as first-class data — with renewal alerts at 60, 30, and 7 days.

Single pane of glass

Every domain's uptime, SSL, performance, security, and cost in one dashboard.

Health score

A single rollup per project so you know what needs attention at a glance.

Uptime & SLA

Track availability and response times across all your sites over time.

SSL · WHOIS · DNS

Certificate expiry, registration, and DNS checks — no API keys required.

Performance

Core Web Vitals and PageSpeed scores pulled in and trended automatically.

Security posture

Headers and exposure checks surface misconfigurations before they bite.

FinOps

Annual renewal totals, cloud month-to-date spend, and a full cost breakdown per currency.

Alerting

Threshold rules notify you over webhook, Slack, or email when things drift.

Teams & RBAC

Local accounts with admin / editor / viewer roles, email invites, and per-token MCP access.

AI insights

Optional scheduled natural-language project summaries via any Anthropic- or OpenAI-compatible model.

Built-in MCP server

Plug your AI into your infrastructure.

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_projects
    get_project_health
    get_metrics
    list_events
{
  "mcpServers": {
    "webmana": {
      "url": "https://webmana.example.com/sse",
      "headers": {
        "Authorization": "Bearer <token>"
      }
    }
  }
}

Connectors

Built-in today, more landing every release. Or build your own against the connector SDK (Apache-2.0).

SSLReady
WHOISReady
DNSReady
GoDaddyReady
NamecheapReady
Email AuthReady
BlacklistReady
Cert TransparencyReady
CloudflareReady
PageSpeedReady
UptimeRobotReady
GA4Ready
PlausibleReady
GitHubReady
VercelReady
NetlifyReady
SentryReady
AWS CostReady
StripeReady

Self-host in three steps

Your data stays on your infrastructure. No SaaS, no telemetry, no lock-in.

1

Clone the repo

Grab Webmana from GitHub — the whole stack lives in one repository.

git clone https://github.com/WebmanaProject/webmana
2

Set your .env

Copy .env.example and drop in your secrets. They're encrypted at rest.

cp .env.example .env
3

Bring it up

One command boots Postgres, Redis, the API, worker, MCP server, and UI.

docker compose up

Open source, by design.

The 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.

App · AGPL-3.0SDK · Apache-2.0DCO sign-offContribute on GitHub

Deploy in minutes. Own your data forever.

docker compose upView on GitHub