Skip to main content
Glama
package.json2.37 kB
{ "name": "@gleanwork/local-mcp-server", "version": "0.9.1", "description": "MCP server for Glean API integration", "keywords": [ "mcp", "mcp-server" ], "homepage": "", "repository": { "type": "git", "url": "git+ssh://git@github.com/gleanwork/mcp-server.git", "directory": "packages/local-mcp-server" }, "license": "MIT", "author": "Steve Calvert <steve.calvert@glean.com>", "type": "module", "exports": { ".": "./build/index.js", "./tools/chat": { "types": "./build/tools/chat.d.ts", "import": "./build/tools/chat.js", "default": "./build/tools/chat.js" } }, "main": "./build/index.js", "bin": { "local-mcp-server": "./build/index.js" }, "files": [ "build/**/*.js", "build/**/*.d.ts", "build/**/*.js.map", "build/**/*.d.ts.map", "!build/**/test/**", "!build/test/**", "!build/src/**", "!build/vitest.config.*" ], "scripts": { "build": "rimraf build && tsc", "lint": "npm-run-all --sequential lint:*", "lint:eslint": "eslint \"src/**/*.ts\" --fix", "lint:package-json": "sort-package-json", "lint:ts": "tsc --noEmit", "prepare": "pnpm run build", "test": "vitest run", "test:all": "pnpm lint && pnpm lint:ts && pnpm test", "test:watch": "vitest", "watch": "tsc -w" }, "dependencies": { "@gleanwork/api-client": "0.13.0", "@gleanwork/mcp-server-utils": "workspace:*", "@modelcontextprotocol/sdk": "^1.20.2", "dotenv": "^17.2.3", "meow": "^14.0.0", "open": "^10.2.0", "tldts": "^7.0.17", "zod": "^4.1.12" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.38.0", "@gleanwork/mcp-test-utils": "workspace:*", "@types/node": "^24.9.1", "@types/node-fetch": "^2.6.13", "@typescript-eslint/eslint-plugin": "^8.46.2", "@typescript-eslint/parser": "^8.46.2", "console-test-helpers": "^0.3.3", "eslint": "^9.38.0", "fixturify": "^3.0.0", "form-data": "^4.0.4", "fs-extra": "^11.3.2", "globals": "^16.4.0", "msw": "^2.11.6", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "sort-package-json": "^3.4.0", "typescript": "^5.9.3", "vitest": "^3.2.3" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }

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

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