Skip to main content
Glama
package.json1.02 kB
{ "name": "mcp-server-dictionary", "version": "0.0.1", "description": "A dictionary server supporting MCP", "keywords": [ "dictionary", "server", "MCP" ], "author": "meowrain@126.com", "repository": { "type": "git", "url": "https://github.com/meowrain/mcp-server-cambridge-dict" }, "license": "MIT", "type": "module", "bin": { "dictionary-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "start": "node build/index.js", "inspector": "PORT=3001 npx @modelcontextprotocol/inspector build/index.js --mcp", "test-api": "curl -v http://localhost:3000/api/lookup/hello" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.8.4", "cors": "^2.8.5", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.17.30", "typescript": "^5.8.2" } }

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/meowrain/mcp-server-cambridge-dict'

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