Skip to main content
Glama

Code Snippet Server

package.json652 B
{ "name": "@ngeojiajun/code-snippet-server", "version": "1.0.1", "description": "MCP server to manage code snippets", "main": "build/index.js", "type": "module", "bin": { "code-snippet-server": "build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "@types/node": "^18.15.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "@stylistic/eslint-plugin": "^2.12.1", "eslint": "^9.17.0", "typescript": "^5.7.3", "typescript-eslint": "^8.19.1" } }

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

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