Skip to main content
Glama

Context Pods

by conorluddy
package.jsonโ€ข1.39 kB
{ "name": "@context-pods/cli", "version": "0.2.0", "description": "TurboRepo-optimized CLI for Context-Pods MCP development suite", "type": "module", "main": "./dist/cli.js", "types": "./dist/cli.d.ts", "bin": { "context-pods": "./bin/context-pods" }, "exports": { ".": { "types": "./dist/cli.d.ts", "import": "./dist/cli.js" } }, "files": [ "dist", "bin", "README.md" ], "scripts": { "build": "tsc -b", "clean": "rm -rf dist tsconfig.tsbuildinfo", "dev": "tsc -b --watch", "test": "vitest run --reporter=verbose --passWithNoTests", "test:coverage": "vitest run --reporter=verbose --passWithNoTests --coverage", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"" }, "keywords": [ "mcp", "model-context-protocol", "context-pods", "cli", "turborepo" ], "author": "Conor Luddy", "license": "MIT", "dependencies": { "@context-pods/core": "^0.1.10", "@context-pods/templates": "^0.1.10", "commander": "^14.0.0", "chalk": "^5.6.0", "fs-extra": "^11.3.1", "chokidar": "^4.0.3", "inquirer": "^12.9.4", "ora": "^8.2.0", "execa": "^9.6.0", "zod": "^4.1.1", "yaml": "^2.8.1" }, "devDependencies": { "@types/node": "^24.3.0", "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.9" } }

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/conorluddy/ContextPods'

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