A local-first CLI that measures what an MCP server costs and what it can do. Nothing leaves your machine.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpgawk": {
"command": "npx",
"args": [
"-y",
"gawk-dev/mcpgawk"
]
}
}
}
Run in terminal:
claude mcp add mcpgawk npx -y gawk-dev/mcpgawk
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpgawk": {
"command": "npx",
"args": [
"-y",
"gawk-dev/mcpgawk"
]
}
}
}