Skip to main content
Glama

Mentor MCP Server

package.json715 B
{ "name": "mentor-mcp-server", "version": "1.0.0", "description": "MCP server that provides insightful feedback and guidance on various types of user requests", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsc -w", "clean": "rm -rf build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["mcp", "mentor", "feedback", "llm"], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "@types/node": "^22.10.10", "axios": "^1.7.9", "dotenv": "^16.4.7", "typescript": "^5.7.3", "openai": "^4.80.1" } }

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/cyanheads/mentor-mcp-server'

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