We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kodey-ai/salesforce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@salesforce/mcp-provider-mobile-web",
"description": "MCP Provider for Mobile Web development tools and utilities",
"version": "0.1.1",
"author": "Salesforce",
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/salesforcecli/mcp.git",
"directory": "packages/mcp-provider-mobile-web"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.3",
"eslint": "^9.35.0",
"dedent": "^1.5.3",
"@salesforce/mcp-provider-api": "^0.4.0",
"@salesforce/eslint-plugin-lwc-graph-analyzer": "^1.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@salesforce/prettier-config": "^0.0.3",
"@types/node": "^22.16.5",
"@vitest/coverage-istanbul": "^3.2.4",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tar": "^7.4.3",
"tsx": "^4.19.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.5",
"vitest": "^3.2.4"
},
"files": [
"dist",
"resources",
"LICENSE.txt",
"package.json"
],
"scripts": {
"build": "tsc --build tsconfig.build.json --verbose",
"clean": "tsc --build tsconfig.build.json --clean",
"clean-all": "yarn clean && rimraf node_modules",
"format": "prettier --write \"+(src|test|resources)/**/*.+(ts|js|json)\"",
"lint": "eslint **/*.ts --no-warn-ignored",
"postclean": "rimraf dist && rimraf ./*.tgz",
"package": "yarn pack",
"test": "tsc --build tsconfig.json --noEmit && vitest run --coverage",
"update-resources": "tsx src/scripts/update-type-declarations.ts"
}
}