Skip to main content
Glama

Simplified MCP Server

by celeryhq
package.json2.63 kB
{ "name": "simplified-mcp-server", "version": "1.1.0", "description": "MCP server for social media management through Simplified API", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "simplified-mcp-server": "dist/cli.js" }, "scripts": { "build": "npm run clean && tsc", "build:prod": "npm run clean && tsc --removeComments --declarationMap false --sourceMap false", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "start": "node dist/cli.js", "dev": "tsx src/cli.ts", "dev:watch": "tsx watch src/cli.ts", "clean": "rm -rf dist", "prepare": "npm run build", "lint": "echo 'Linting not configured yet'", "format": "echo 'Formatting not configured yet'", "prepack": "npm run build && npm run test" }, "keywords": [ "mcp", "model-context-protocol", "simplified", "api", "server", "kiro", "ai", "assistant", "typescript", "nodejs", "integration", "bridge", "tools" ], "author": "Simplified MCP Server Contributors", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/celeryhq/simplified-mcp-server.git" }, "bugs": { "url": "https://github.com/celeryhq/simplified-mcp-server/issues" }, "homepage": "https://github.com/celeryhq/simplified-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0", "dotenv": "^16.3.0", "zod": "^3.22.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "tsx": "^4.20.3", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE", ".env.example", "examples/**/*" ], "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./cli": { "import": "./dist/cli.js", "types": "./dist/cli.d.ts" }, "./server": { "import": "./dist/server.js", "types": "./dist/server.d.ts" }, "./config": { "import": "./dist/config/configuration.js", "types": "./dist/config/configuration.d.ts" }, "./api": { "import": "./dist/api/client.js", "types": "./dist/api/client.d.ts" }, "./tools": { "import": "./dist/tools/registry.js", "types": "./dist/tools/registry.d.ts" }, "./utils": { "import": "./dist/utils/index.js", "types": "./dist/utils/index.d.ts" } } }

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

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