UNPKG

mcp-gdrive-enhanced-markov

Version:

MCP server for Google Drive and Sheets with write capabilities, AI-powered PDF analysis, SQLite document indexing, and advanced directory exploration tools

63 lines (62 loc) 1.66 kB
{ "name": "mcp-gdrive-enhanced-markov", "version": "2.1.2", "description": "MCP server for Google Drive and Sheets with write capabilities, AI-powered PDF analysis, SQLite document indexing, and advanced directory exploration tools", "license": "MIT", "author": "markov_kernel", "homepage": "https://github.com/markov_kernel/mcp-gdrive-enhanced", "bugs": "https://github.com/markov_kernel/mcp-gdrive-enhanced/issues", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/markov_kernel/mcp-gdrive-enhanced.git" }, "keywords": [ "Google Drive", "Google Sheets", "MCP", "Model Context Protocol", "AI", "write access", "file creation", "spreadsheet automation", "PDF analysis", "Gemini 2.5 Flash", "OpenRouter", "SQLite indexing", "document search", "metadata extraction", "directory exploration", "folder tree", "file navigation", "recursive search" ], "bin": { "mcp-gdrive-enhanced-markov": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@google-cloud/local-auth": "^3.0.1", "@modelcontextprotocol/sdk": "0.5.0", "@types/better-sqlite3": "^7.6.13", "better-sqlite3": "^11.10.0", "dotenv": "^16.5.0", "googleapis": "^144.0.0", "node-fetch": "^3.3.2", "p-queue": "^8.1.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.9.3", "@types/node-fetch": "^2.6.12", "shx": "^0.3.4", "typescript": "^5.6.2" } }