Skip to main content
Glama
linxule
by linxule
package.json1.3 kB
{ "name": "lotus-wisdom-mcp", "version": "0.3.2", "description": "A Model Context Protocol server implementing the Lotus Wisdom framework", "main": "dist/bundle.js", "type": "module", "bin": { "lotus-wisdom": "cli.js" }, "files": [ "dist/", "cli.js", "README.md", "LICENSE" ], "scripts": { "build": "tsc && npx esbuild index.ts --bundle --platform=node --format=esm --outfile=dist/bundle.js", "start": "node dist/bundle.js", "dev": "tsc && node dist/index.js", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/linxule/lotus-wisdom-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "lotus-sutra", "wisdom", "claude", "ai-tools" ], "author": "Xule Lin", "license": "MIT", "mcpName": "io.github.linxule/lotus-wisdom", "bugs": { "url": "https://github.com/linxule/lotus-wisdom-mcp/issues" }, "homepage": "https://github.com/linxule/lotus-wisdom-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.23.0", "chalk": "^5.6.0", "express": "^4.21.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.5", "typescript": "^5.9.0" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

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/linxule/lotus-wisdom-mcp'

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