Skip to main content
Glama
package.json1.34 kB
{ "name": "sacl-mcp-server", "version": "1.0.0", "description": "SACL (Semantic-Augmented Reranking and Localization) MCP Server for bias-aware code retrieval", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" }, "keywords": [ "mcp", "code-retrieval", "bias-detection", "semantic-analysis", "graphiti", "neo4j" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "graphiti-core": "^0.1.0", "neo4j-driver": "^5.22.0", "openai": "^4.67.3", "@babel/parser": "^7.26.2", "@babel/traverse": "^7.26.2", "@babel/types": "^7.26.0", "typescript": "^5.7.2", "glob": "^11.0.0", "ignore": "^6.0.2", "crypto": "^1.0.1" }, "devDependencies": { "@types/node": "^22.9.3", "@types/babel__parser": "^7.1.1", "@types/babel__traverse": "^7.20.6", "tsx": "^4.19.2", "jest": "^29.7.0", "@types/jest": "^29.5.14", "eslint": "^9.15.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "prettier": "^3.3.3" }, "engines": { "node": ">=18.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/ulasbilgen/sacl'

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