MCP server for Qingkuai (.qk) — docs search, syntax check, compilation, and formatting tools.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-qingkuai-js-qingkuai-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Qingkuai Language Features is the official language tooling workspace for QingKuai files (.qk).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
MCP Security Weekly
Get CVE alerts and security updates for io.github.qingkuai-js/qingkuai-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Qingkuai Language Features is the official language tooling workspace for QingKuai files (.qk).
It contains the full toolchain used by the VS Code extension, including:
| Package | Description |
|---|---|
packages/language-service | Core language intelligence and compiler-adapter logic |
packages/language-server | LSP server on top of language-service |
packages/vscode-extension | VS Code extension client + grammar + commands |
packages/typescript-plugin | TS server plugin for QingKuai-specific behavior |
packages/mcp-server | Model Context Protocol server for AI assistant integration |
Install from VS Code Marketplace:
qingkuai-tools.qingkuai-language-featuresAfter installation, open any .qk file to activate the extension.
.qk files and embedded languages (js/ts/css/sass/scss/less/stylus/postcss)git clone https://github.com/qingkuai-js/language-features.git
cd language-features
pnpm install
npm run build
This command builds all packages via Rollup and emits outputs into dist directories.
npm run dev
cd packages/vscode-extension
npm run build:grammars
typescript-plugin-qingkuai) for tsserver.qingkuai-language-service.MIT