Skip to main content
Glama
package.json1.09 kB
{ "name": "console_mcp", "version": "1.0.0", "description": "MCP server for console logging and log file search", "main": "build/index.js", "type": "module", "bin": { "console-logger": "./build/logger.js", "console-mcp": "./build/index.js" }, "scripts": { "build": "node scripts/build.js", "build:simple": "tsc && chmod +x build/index.js build/logger.js", "start": "npm run build && node build/index.js", "logger": "npm run build && node build/logger.js", "install-global": "npm run build && npm install -g .", "update-global": "npm run build && npm install -g .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "console", "logging", "bridge" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "better-sqlite3": "^11.5.0", "zod": "^3.25.67" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/node": "^24.0.3", "chokidar": "^4.0.3", "fs-extra": "^11.3.0", "typescript": "^5.8.3" } }

Latest Blog Posts

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/bvelasquez/console_mcp'

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