Skip to main content
Glama
package.json1.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" } }

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/freakynit/snippets-mcp'

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