-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathglama.json
More file actions
34 lines (34 loc) · 1.1 KB
/
Copy pathglama.json
File metadata and controls
34 lines (34 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"name": "@ohmyperf/mcp-server",
"displayName": "OhMyPerf",
"description": "Real-machine, real-browser Core Web Vitals measurement (LCP / INP / CLS / FCP / TTFB / TBT) with Mann-Whitney U statistical diffs, OOPIF-aware cross-origin inspection, and a closed agent fix loop (measure → propose_patch → verify_fix). Exposes ohmyperf as MCP tools + prompts for Claude (OpenCode / Cursor / Cline / Continue / GitHub Copilot).",
"maintainers": [
"hoainho"
],
"homepage": "https://github.com/hoainho/ohmyperf",
"installCommand": "npx -y @ohmyperf/mcp-server",
"transport": "stdio",
"category": "performance",
"dockerfile": "apps/mcp-server/Dockerfile",
"relatedServers": [
"microsoft/playwright-mcp",
"ChromeDevTools/chrome-devtools-mcp",
"modelcontextprotocol/inspector"
],
"tags": [
"performance",
"web-performance",
"core-web-vitals",
"playwright",
"lighthouse-alternative",
"oopif",
"mcp",
"model-context-protocol",
"ai-agent",
"claude",
"opencode",
"cursor",
"cline"
]
}