Skip to main content
Glama

Consult LLM MCP

by raine
package.json1.66 kB
{ "name": "consult-llm-mcp", "version": "1.2.0", "description": "MCP server for consulting powerful AI models", "type": "module", "main": "dist/main.js", "bin": { "consult-llm-mcp": "./dist/main.js" }, "scripts": { "build": "tsc", "dev": "tsx src/main.ts", "start": "node dist/main.js", "format": "prettier --write .", "check": "concurrently \"pnpm:check:*\"", "check:types": "tsc --noEmit", "check:format": "prettier --write .", "check:lint": "eslint .", "install-global": "npm run build && npm install -g .", "prepublishOnly": "pnpm run check && npm run build", "publish:dry": "npm publish --dry-run", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish" }, "keywords": [ "mcp", "openai", "gemini", "llm", "ai" ], "author": "", "repository": { "type": "git", "url": "git+https://github.com/raine/consult-llm-mcp.git" }, "homepage": "https://github.com/raine/consult-llm-mcp#readme", "bugs": { "url": "https://github.com/raine/consult-llm-mcp/issues" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=18.0.0" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "openai": "^5.6.0", "prettier": "^3.5.3", "zod": "^3.25.67" }, "devDependencies": { "@eslint/js": "^9.38.0", "@types/node": "^24.0.3", "concurrently": "^9.2.1", "eslint": "^9.38.0", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.46.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/raine/consult-llm-mcp'

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