Skip to main content
Glama

docmcp

by visheshd
package.json3.18 kB
{ "name": "docmcp", "version": "1.0.0", "description": "Documentation Agent MCP - A self-hosted MCP server for accessing up-to-date technical documentation", "main": "dist/server.js", "scripts": { "start": "node dist/server.js", "dev": "ts-node-dev --respawn --transpile-only src/server.ts", "build": "tsc && npm run copy-prisma-assets", "copy-prisma-assets": "mkdir -p dist/generated && cp -r src/generated/prisma dist/generated/", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "test": "prisma generate && jest --runInBand", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:ci": "jest --ci --coverage --maxWorkers=2", "add-docs": "node dist/scripts/add-docs.js", "process-docs": "node dist/scripts/process-docs.js", "test:chunking": "ts-node scripts/test-chunking.ts", "db:backup": "node -r dotenv/config ./scripts/backup-db.js", "db:restore": "node -r dotenv/config ./scripts/restore-db.js" }, "keywords": [ "mcp", "documentation", "ai", "cursor" ], "author": "", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@aws-sdk/client-bedrock-runtime": "^3.787.0", "@langchain/aws": "^0.1.8", "@langchain/textsplitters": "^0.1.0", "@modelcontextprotocol/sdk": "^1.10.0", "@nestjs/common": "^11.0.17", "@prisma/client": "^6.6.0", "axios": "^1.8.4", "boxen": "^8.0.1", "chalk": "^4.1.2", "cheerio": "^1.0.0", "cli-table3": "^0.6.5", "commander": "^11.1.0", "cors": "^2.8.5", "dom-to-semantic-markdown": "^1.3.0", "express": "^4.19.2", "fastmcp": "^1.20.5", "figlet": "^1.8.0", "fuse.js": "^7.0.0", "gradient-string": "^3.0.0", "gray-matter": "^4.0.3", "helmet": "^7.1.0", "highlight.js": "^11.11.1", "inquirer": "^12.5.0", "js-tiktoken": "^1.0.20", "jsdom": "^26.1.0", "jsonwebtoken": "^9.0.2", "lru-cache": "^10.2.0", "markdown-it": "^14.1.0", "openai": "^4.89.0", "ora": "^8.2.0", "pg": "^8.14.1", "pgvector": "^0.2.0", "prisma": "^6.6.0", "puppeteer": "^24.6.1", "reflect-metadata": "^0.2.2", "robots-parser": "^3.0.1", "task-master-ai": "^0.11.1", "turndown": "^7.2.0", "typeorm": "^0.3.22", "winston": "^3.17.0", "yargs": "^17.7.2", "zod": "^3.24.3" }, "devDependencies": { "@types/cheerio": "^0.22.35", "@types/cors": "^2.8.17", "@types/express": "^5.0.1", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", "@types/markdown-it": "^14.1.2", "@types/nock": "^11.1.0", "@types/node": "^22.14.1", "@types/pg": "^8.11.13", "@types/supertest": "^6.0.3", "@types/turndown": "^5.0.5", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.30.1", "dotenv": "^16.5.0", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", "jest-mock-extended": "4.0.0-beta1", "nock": "^14.0.3", "supertest": "^7.1.0", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.8.3" } }

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/visheshd/docmcp'

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