Skip to main content
Glama

Minecraft MCP Server

by leo4life2
tsconfig.json1.17 kB
{ "ts-node": { "files": true }, "compilerOptions": { "target": "es6", "allowJs": true, "strict": true, "resolveJsonModule": true, "strictNullChecks": false, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "commonjs", "moduleResolution": "node", "sourceMap": true, "typeRoots": [ "./node_modules/@types", "./src/types" ], "outDir": "./dist", "baseUrl": ".", "paths": { "mineflayer-pathfinder": [ "./mineflayer-pathfinder/index" ], "mineflayer-pathfinder/*": [ "./mineflayer-pathfinder/*" ], "mineflayer-collectblock": [ "./mineflayer-collectblock/lib/index" ], "mineflayer-collectblock/*": [ "./mineflayer-collectblock/lib/*" ], "mineflayer-pvp": [ "./mineflayer-pvp/lib/index" ], "mineflayer-pvp/*": [ "./mineflayer-pvp/lib/*" ] } }, "include": [ "src/**/*", "src/**/*.json" ], "exclude": [ "node_modules" ] }

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/leo4life2/minecraft-mcp-http'

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