Skip to main content
Glama

DocuMCP

by YannickTM
package.json1.5 kB
{ "name": "@myjungle/docu-mcp-manager", "version": "1.0.1", "description": "mcp-server MCP server", "type": "module", "bin": { "docu-mcp-server": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "watch": "tsc --watch", "start": "node dist/index.js", "client": "node dist/client-example.js", "clean": "rm -rf dist && rm -rf node_modules", "pip:chroma": "chroma run --path ./chromadb_data", "format": "prettier --write '**/*.{js,ts,json,md}'", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "dependencies": { "@huggingface/transformers": "^3.5.2", "@lancedb/lancedb": "^0.20.0", "@modelcontextprotocol/sdk": "^1.12.1", "@qdrant/js-client-rest": "^1.14.1", "@qdrant/qdrant-js": "^1.14.1", "axios": "^1.9.0", "chalk": "^5.4.1", "chromadb": "^3.0.3", "dotenv": "^16.5.0", "mermaid": "^11.6.0", "uuid": "^11.1.0" }, "devDependencies": { "@types/node": "^22.15.30", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "prettier": "^3.5.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0" }, "engines": { "node": ">=20.11.24" }, "repository": { "type": "git", "url": "git+https://github.com/YannickTM/docu-mcp.git" } }

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/YannickTM/docu-mcp'

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