package.json•1.14 kB
{
"name": "@freakynit/snippets-mcp",
"version": "1.0.0",
"description": "MCP server for storing, searching, and managing code snippets using AI-powered semantic search and traditional keyword matching. Just ask your coding agent to save or search a certain snippet. That's it.",
"bin": {
"snippets-mcp": "src/mcp.js"
},
"main": "src/mcp.js",
"type": "module",
"scripts": {
"start": "node src/mcp.js"
},
"keywords": ["mcp", "snippets", "code-snippets", "code-manager", "json-storage", "nodejs", "developer-tools", "code-organization", "code-search", "ai", "ml", "nlp", "developer-productivity", "semantic", "mcp-server"],
"author": "Nitin Bansal <nitinbansal85@gmail.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.23.0",
"@xenova/transformers": "^2.17.2",
"highlight.js": "^11.11.1",
"zod": "^4.1.13"
},
"homepage": "https://github.com/freakynit/snippets-mcp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/freakynit/snippets-mcp.git"
},
"bugs": {
"url": "https://github.com/freakynit/snippets-mcp/issues"
}
}