
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
consolelog-mcp
Advanced tools
Deterministic developer tools for AI agents over MCP — hashing, encoding, regex, JSON/YAML/SQL formatting, codegen and more. From consolelog.tools.
Deterministic developer tools for AI agents, over the Model Context Protocol. The same engine that powers consolelog.tools and its CLI — exposed so your coding agent stops guessing and starts calling.
It's a local stdio server, no account or key, and it runs via npx:
npx -y consolelog-mcp
Claude Code
claude mcp add consolelog -- npx -y consolelog-mcp
Cursor / Claude Desktop / Windsurf — add to the client's MCP config:
{
"mcpServers": {
"consolelog": {
"command": "npx",
"args": ["-y", "consolelog-mcp"]
}
}
}
On native Windows (not WSL), wrap the launcher in cmd /c:
{ "mcpServers": { "consolelog": { "command": "cmd", "args": ["/c", "npx", "-y", "consolelog-mcp"] } } }
See consolelog.tools/mcp for every client (VS Code, Codex, Antigravity, opencode) and a copy-paste config for each.
Every tool an MCP server exposes costs the calling agent context on each request, so a bloated server makes agents slower and less accurate. This server includes only what a language model is unreliable at — hashing, HMAC, password hashing, random IDs, regex execution, color math — or what's cheaper to offload than to regenerate: JSON/YAML/SQL/XML/CSV formatting and conversion, and codegen (TypeScript / Zod) from sample data.
Crypto & correctness: hash, hmac, pbkdf2_hash, uuid, nano_id, random_bytes, password, token_count, regex_test
Encoding: base64_encode, base64_decode, url_encode, url_decode, html_encode, html_decode, jwt_decode
Format & convert: json_format, json_minify, yaml_to_json, json_to_yaml, sql_format, xml_format, csv_to_json
Codegen: json_to_typescript, json_to_zod
Color: color_convert, contrast_check
Apache-2.0 — see LICENSE and NOTICE. Built and maintained by Matter Development. The "consolelog" name and logo are trademarks; the license does not grant rights to them, and forks must ship under a different name.
FAQs
Deterministic developer tools for AI agents over MCP — hashing, encoding, regex, JSON/YAML/SQL formatting, codegen and more. From consolelog.tools.
The npm package consolelog-mcp receives a total of 18 weekly downloads. As such, consolelog-mcp popularity was classified as not popular.
We found that consolelog-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.