Skip to main content
Glama
package.jsonβ€’2.11 kB
{ "name": "@snapback/mcp-server", "version": "0.0.0", "dependencies": { "@modelcontextprotocol/sdk": "catalog:", "@snapback/analytics": "workspace:*", "@snapback/auth": "workspace:*", "@snapback/config": "workspace:*", "@snapback/contracts": "workspace:*", "@snapback/core": "workspace:*", "@snapback/events": "workspace:*", "@snapback/github-action": "workspace:*", "@snapback/guardian-lite": "workspace:*", "@snapback/health": "workspace:*", "@snapback/integrations": "workspace:*", "@snapback/policy-engine": "workspace:*", "@snapback/sdk": "workspace:*", "ajv": "catalog:", "async-retry": "^1.3.3", "better-sqlite3": "catalog:", "cockatiel": "^3.2.1", "content-type": "^1.0.5", "cors": "catalog:", "diff": "catalog:", "dotenv": "catalog:", "express": "catalog:", "glob": "catalog:", "helmet": "catalog:", "jose": "catalog:", "ky": "^1.7.2", "lru-cache": "catalog:", "morgan": "catalog:", "posthog-node": "^3.6.3", "raw-body": "^2.5.2", "semver": "catalog:", "zod": "catalog:" }, "devDependencies": { "@snapback/tsconfig": "workspace:*", "@types/async-retry": "catalog:", "@types/better-sqlite3": "catalog:", "@types/content-type": "^1.1.9", "@types/cors": "catalog:", "@types/express": "catalog:", "@types/morgan": "catalog:", "@types/node": "catalog:", "@types/semver": "catalog:", "@vitest/ui": "catalog:", "hono": "catalog:", "tsup": "catalog:", "tsx": "catalog:", "typescript": "catalog:", "vitest": "catalog:" }, "exports": { ".": { "import": "./dist/index.js" }, "./services/AnalysisRouter": { "import": "./dist/services/AnalysisRouter.js" } }, "files": [ "dist" ], "license": "Apache-2.0", "scripts": { "build": "tsup --clean", "dev": "tsx watch src/index.ts", "selftest": "SNAPBACK_MCP_SELFTEST=1 node dist/index.js", "start": "node dist/index.js", "start:dev": "tsx src/index.ts", "test": "vitest run" }, "type": "module" }

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/snapback-dev/mcp-server'

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