Skip to main content
Glama

Context Pods

by conorluddy
package.json1.95 kB
{ "name": "context-pods", "version": "0.2.0", "description": "ContextPods - a developer tool that generates functional MCP servers from templates", "private": true, "workspaces": [ "packages/*" ], "packageManager": "npm@11.5.2", "scripts": { "build": "turbo build", "test": "turbo test", "lint": "turbo lint", "format": "turbo format", "clean": "turbo clean", "dev": "turbo dev", "type-check": "turbo type-check", "prepare": "husky", "mcp:start": "./scripts/start-server.sh", "mcp:dev": "./scripts/dev-server.sh", "mcp:test": "./scripts/test-connection.mjs", "mcp:status": "./scripts/status.sh", "clean:test-artifacts": "./scripts/clean-test-artifacts.sh", "release:prepare": "node ./scripts/prepare-release.mjs", "release:version": "node ./scripts/update-versions.mjs" }, "keywords": [ "mcp", "model-context-protocol", "ai", "llm", "tooling", "development" ], "author": "Conor Luddy", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/conorluddy/ContextPods.git" }, "bugs": { "url": "https://github.com/conorluddy/ContextPods/issues" }, "homepage": "https://github.com/conorluddy/ContextPods#readme", "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "devDependencies": { "@types/node": "^24.3.0", "@types/tmp": "^0.2.6", "@typescript-eslint/eslint-plugin": "^8.40.0", "@typescript-eslint/parser": "^8.40.0", "@vitest/coverage-v8": "^3.2.4", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "execa": "^9.6.0", "husky": "^9.1.7", "lint-staged": "^16.1.5", "memfs": "^4.38.1", "prettier": "^3.6.2", "tmp-promise": "^3.0.3", "turbo": "^2.5.6", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4" } }

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