
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.
qingkuai-mcp-server
Advanced tools
MCP server for Qingkuai (.qk) — provides syntax docs search, syntax checking, compilation, and code formatting tools for AI agents.
MCP server for Qingkuai — provides AI agents with syntax documentation search, syntax checking, compilation, and code formatting tools for .qk files.
| Tool | Description |
|---|---|
search_qingkuai_docs | Search official Qingkuai syntax/reference docs. Always call this before falling back to website search. |
check_qingkuai_syntax | Validate .qk source code syntax (template structure, script errors, directive usage) without full compilation. |
compile_qingkuai | Compile .qk source to JavaScript with source maps. |
format_qingkuai_code | Format a .qk file using Prettier with the Qingkuai plugin and write back to disk. |
| Prompt | Trigger scenario |
|---|---|
qingkuai-code-generation-rules | Generating or editing .qk files — enforces reference attribute priority, reactive declaration minimization, and naming conventions. |
qingkuai-install-init-create-qingkuai-first | Installing, initializing, or scaffolding a Qingkuai project — enforces create-qingkuai usage. |
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"qingkuai": {
"command": "npx",
"args": ["qingkuai-mcp-server"]
}
}
}
Add to your .vscode/mcp.json:
{
"servers": {
"qingkuai": {
"command": "npx",
"args": ["qingkuai-mcp-server"],
"type": "stdio"
}
}
}
npx qingkuai-mcp-server
MIT
FAQs
MCP server for Qingkuai (.qk) — provides syntax docs search, syntax checking, compilation, and code formatting tools for AI agents.
The npm package qingkuai-mcp-server receives a total of 36 weekly downloads. As such, qingkuai-mcp-server popularity was classified as not popular.
We found that qingkuai-mcp-server 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.