
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.
codey-cms-mcp
Advanced tools
Read-only MCP server for discovering, evaluating, installing, and generating sites with CodeY CMS.
Read-only Model Context Protocol server for discovering and evaluating CodeY CMS from canonical product contracts.
It exposes product capabilities, documentation search, responsible project-fit evaluation, the signed installation plan, the builder registry, and WebsiteSpec 1.0 validation. It cannot connect to customer databases or modify a CMS installation.
npx -y codey-cms-mcp
Client configuration:
{
"mcpServers": {
"codey-cms": {
"command": "npx",
"args": ["-y", "codey-cms-mcp"]
}
}
}
Loopback is the default:
npx -y codey-cms-mcp --http --port 8787
Public deployment requires an explicit host allowlist:
CODEY_MCP_HOST=0.0.0.0 \
CODEY_MCP_ALLOWED_HOSTS=usecodey.com \
PORT=8787 \
npx -y codey-cms-mcp --http
List hostnames without schemes or ports. Loopback hostnames remain available for container health checks, while other host headers are rejected.
Terminate TLS and apply service-level rate limits at the reverse proxy. The public server is intentionally read-only. A future authenticated site-management connector must use OAuth, CMS role checks, user confirmation, and audit logging rather than extending this anonymous server.
The repository also contains a pinned, non-root container build:
docker build -f integrations/codey-cms-mcp/Dockerfile -t codey-cms-mcp .
docker run --rm -p 127.0.0.1:8787:8787 \
-e CODEY_MCP_ALLOWED_HOSTS=127.0.0.1 \
codey-cms-mcp
From the CodeY CMS repository root:
pnpm mcp:test
pnpm mcp:build
pnpm mcp:pack
MCP Registry name: io.github.fpointerdev/codey-cms
FAQs
Read-only MCP server for discovering, evaluating, installing, and generating sites with CodeY CMS.
The npm package codey-cms-mcp receives a total of 17 weekly downloads. As such, codey-cms-mcp popularity was classified as not popular.
We found that codey-cms-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.