
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@luismdev/vibecontext
Advanced tools
VibeContext MCP Server - Model Context Protocol server for documentation management
VibeContext MCP Server - A Model Context Protocol server for AI-powered documentation management.
🔧 4 Essential Tools:
🛡️ Security First:
🚀 Easy Integration:
npm install -g @luismdev/vibecontext
Create or update your .cursor/mcp.json:
{
"mcpServers": {
"vibecontext": {
"command": "vibecontext-mcp",
"env": {
"OPENAI_API_KEY": "your-api-key-optional"
}
}
}
}
Once configured, the tools are available in your MCP-compatible client:
// Read a documentation file
readDoc({ path: 'docs/README.md' });
// Write documentation
writeDoc({
path: 'docs/feature.md',
content: '# New Feature\n\nDescription...',
});
// List tentative files
listTentatives();
// Get code diff
readCodeDiff({ filePath: 'src/app.ts' });
Reads content from documentation files.
Parameters:
path (string): Relative path to fileReturns: File content as string
Creates or overwrites documentation files.
Parameters:
path (string): Relative path for the filecontent (string): File contentReturns: Success message
Lists all *.vc.md files in .vibecontext/tentative/ directory.
Returns: Array of tentative files with metadata
Gets git diff for a specific file against HEAD.
Parameters:
filePath (string): Path to file for diffReturns: Git diff output
.md, .vc.md, .txt only# Clone the repository
git clone https://github.com/luisMDev/vibe-context.git
cd vibe-context/packages/mcp
# Install dependencies
npm install
# Build
npm run build
# Run locally
npm start
MIT © Luis M. (@luisMDev)
FAQs
VibeContext MCP Server - Model Context Protocol server for documentation management
We found that @luismdev/vibecontext 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.