Skip to main content
Glama
package.json1.37 kB
{ "name": "vibedefender-mcp", "version": "0.1.0", "description": "Security Knowledge MCP Server - Guides AI agents through security assessments with methodology, documentation, and workflows", "type": "module", "main": "dist/index.js", "bin": { "vibedefender-mcp": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "dev": "tsx src/mcp-server/index.ts", "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run build && npm test", "test": "echo \"No tests yet\" && exit 0" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "security", "security-testing", "pentesting", "vulnerability-scanning", "claude", "claude-code", "cursor", "ai-agents", "security-methodology" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yunusj/VibeDefender-MCP.git" }, "homepage": "https://github.com/yunusj/VibeDefender-MCP#readme", "bugs": { "url": "https://github.com/yunusj/VibeDefender-MCP/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "engines": { "node": ">=22.0.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yunusj/VibeDefender-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server