Skip to main content
Glama

AI Agent Template MCP Server

by bswa006
package.json1.52 kB
{ "name": "mcp-context-manager", "version": "1.7.1", "description": "MCP Context Management Server - Provides codebase context to AI agents", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-context": "./dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/server.js", "test": "jest", "lint": "eslint src --ext ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "ai", "context", "codebase", "template", "claude", "cursor", "llm" ], "author": "MCP Context Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bswa006/mcp-context-manager" }, "homepage": "https://github.com/bswa006/mcp-context-manager#readme", "bugs": { "url": "https://github.com/bswa006/mcp-context-manager/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "@babel/parser": "^7.24.0", "@babel/traverse": "^7.24.0", "@babel/types": "^7.24.0", "chalk": "^5.3.0", "chokidar": "^3.6.0", "commander": "^12.0.0", "glob": "^10.3.10", "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", "ora": "^8.0.1", "prettier": "^3.2.5" }, "devDependencies": { "@types/babel__traverse": "^7.20.5", "@types/js-yaml": "^4.0.9", "@types/node": "^20.11.0", "eslint": "^8.56.0", "jest": "^29.7.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }

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/bswa006/mcp-context-manager'

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