Skip to main content
Glama

MCP Documentation Service

package.json1.41 kB
{ "name": "mcp-docs-service", "version": "0.6.0", "description": "MCP Documentation Service - A Model Context Protocol implementation for documentation management with LLM optimization", "type": "module", "main": "dist/index.js", "bin": { "mcp-docs-service": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "lint": "eslint src --ext .ts", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "prepublishOnly": "npm run build", "prepare-publish": "node scripts/prepare-publish.js" }, "keywords": [ "mcp", "model-context-protocol", "documentation", "markdown", "docs" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "diff": "^5.1.0", "glob": "^10.3.10", "minimatch": "^9.0.3", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3" }, "devDependencies": { "@types/diff": "^5.0.9", "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "@vitest/coverage-v8": "^3.0.8", "eslint": "^8.56.0", "ts-node": "^10.9.2", "typescript": "^5.3.3", "vitest": "^3.0.8" }, "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/alekspetrov/mcp-docs-service'

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