Skip to main content
Glama

MCP Project Query Server

by sweetwisdom
package.json763 B
{ "name": "mcp-demo", "version": "1.0.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/types/index.d.ts", "scripts": { "build": "rollup -c", "dev": "tsc -w", "mcp-test": "node preview.js", "start": "node dist/index.mjs", "clean": "rimraf dist", "prebuild": "npm run clean" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "@rollup/plugin-json": "^6.1.0", "zod": "^3.25.76" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^11.1.6", "rimraf": "^5.0.5", "rollup": "^4.22.4", "rollup-plugin-copy": "^3.5.0", "tslib": "^2.6.2", "typescript": "^5.6.2" } }

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/sweetwisdom/mcp-demo'

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