Skip to main content
Glama

MCP Review Server

by jonels-msft
package.json662 B
{ "name": "mcp-review-server", "version": "1.0.0", "description": "A minimal MCP server with a single skill", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "dev": "node src/index.js", "test": "node tests/run-all.js", "test:comprehensive": "node tests/comprehensive-test.js", "test:mcp": "node tests/validate-mcp.js", "status": "node scripts/status.js", "check": "node scripts/integration-check.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "keywords": [ "mcp", "model-context-protocol", "copilot" ], "author": "", "license": "MIT" }

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/jonels-msft/mcp-review'

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