We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/darkangelpraha/xai-grok-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-server-xai-grok",
"version": "1.0.0",
"description": "MCP server for x.ai Grok API - chat completions and AI interactions",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-server-xai-grok": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "node --test"
},
"keywords": [
"mcp",
"mcp-server",
"xai",
"grok",
"ai",
"chat-completions"
],
"author": "darkangelpraha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/darkangelpraha/xai-grok-mcp-server.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.24.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20.0.0"
}
}