We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/82deutschmark/chlorpromazine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "chlorpromazine-mcp",
"version": "0.3.0",
"description": "Chlorpromazine Model Context Protocol (MCP) Server",
"main": "dist/src/server.js",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "tsx watch src/server.ts",
"build": "tsc",
"start": "node dist/src/server.js",
"prepare": "npm run build",
"test": "node test/index.js",
"clean": "rimraf dist",
"prestart": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/82deutschmark/chlorpromazine-mcp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/82deutschmark/chlorpromazine-mcp/issues"
},
"homepage": "https://github.com/82deutschmark/chlorpromazine-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"@smithery/sdk": "^1.3.4",
"dotenv": "^16.5.0"
},
"devDependencies": {
"@types/node": "^22.15.18",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}