Skip to main content
Glama

MCP Conversation Server

by bsmi021
package.json1.26 kB
{ "name": "mcp-conversation-server", "version": "0.1.0", "description": "A Model Context Protocol server used to execute various applicatoin types.", "private": true, "type": "module", "bin": { "mcp-conversation-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "prebuild": "rimraf build", "build": "tsc && npm run copy-config", "copy-config": "copyfiles config/**/* build/", "start": "node build/index.js", "dev": "ts-node-esm src/index.ts", "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@types/dotenv": "^8.2.3", "@types/express": "^4.17.21", "@types/uuid": "^9.0.7", "dotenv": "^16.4.7", "express": "^4.18.2", "openai": "^4.83.0", "uuid": "^9.0.1", "yaml": "^2.7.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "copyfiles": "^2.4.1", "eslint": "^8.56.0", "jest": "^29.7.0", "prettier": "^3.4.2", "rimraf": "^5.0.10", "ts-jest": "^29.2.5", "ts-node-dev": "^2.0.0", "typescript": "^5.3.3" } }

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

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