
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
octocounts-mcp
Advanced tools
MCP server that gives AI coding assistants access to OctoCounts SLOC reports — analyze and compare public GitHub repositories without cloning.
Expose OctoCounts SLOC reports to AI coding tools (Claude, Cursor, and any MCP client).
Tools:
analyze_repo: count files, lines, code, comments, blanks, and languages for a public GitHub repo.compare_repos: compare two public GitHub repos or refs.Run via npx (no install needed):
{
"mcpServers": {
"octocounts": {
"command": "npx",
"args": ["-y", "octocounts-mcp"]
}
}
}
Or from a local checkout:
{
"mcpServers": {
"octocounts": {
"command": "node",
"args": ["/absolute/path/to/OctoCounts/mcp/src/index.js"],
"env": {
"OCTOCOUNTS_API_BASE": "https://api.octocounts.com"
}
}
}
}
OCTOCOUNTS_API_BASE defaults to https://api.octocounts.com.
Local protocol smoke test:
node mcp/src/index.js
The server speaks MCP over stdio with Content-Length framed JSON-RPC messages.
MIT
FAQs
MCP server that gives AI coding assistants access to OctoCounts SLOC reports — analyze and compare public GitHub repositories without cloning.
We found that octocounts-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.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.