Skip to main content
Glama

MCP Task

by just-every
package.json1.96 kB
{ "name": "@just-every/mcp-task", "version": "0.1.13", "description": "MCP server for running long-running AI tasks using @just-every/task", "main": "dist/index.js", "bin": { "mcp-task": "bin/mcp-task.js" }, "files": [ "dist/**/*", "bin/**/*", "README.md", "LICENSE", "package.json" ], "scripts": { "build": "tsc -p tsconfig.prod.json", "build:dev": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "serve": "node dist/serve-restart.js", "serve:dev": "tsx src/serve.ts", "test": "vitest", "test:deploy": "vitest run test/deployment.test.ts", "lint": "eslint src", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "ai", "task", "automation", "llm", "claude", "cursor", "vscode" ], "author": "Just Every", "repository": { "type": "git", "url": "git+https://github.com/just-every/mcp-task.git" }, "bugs": { "url": "https://github.com/just-every/mcp-task/issues" }, "homepage": "https://github.com/just-every/mcp-task#readme", "license": "MIT", "dependencies": { "@just-every/crawl": "^1.0.6", "@just-every/ensemble": "^0.2.154", "@just-every/search": "^1.0.10", "@just-every/task": "^0.2.42", "@modelcontextprotocol/sdk": "^1.17.2", "@types/glob": "^8.1.0", "commander": "^14.0.0", "dotenv": "^17.2.1", "glob": "^11.0.3", "uuid": "^11.0.5" }, "devDependencies": { "@types/node": "^24.0.0", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "tsx": "^4.7.0", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0", "vitest": "^3.2.3" }, "engines": { "node": ">=20.0.0" }, "type": "module" }

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/just-every/mcp-task'

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