
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
google-docs-mcp
Advanced tools
Model Context Protocol for Google Docs integration. 이 패키지는 Google Docs 문서에 접근하고 읽는 기능을 제공합니다.
npm install -g google-docs-mcp
# 또는
npx google-docs-mcp
처음 사용 시 Google API 인증이 필요합니다:
credentials.json
으로 변경하고 현재 디렉토리에 저장합니다.이 패키지는, 다음 MCP 도구들을 제공합니다:
google_docs_hello
: 기본 인사 기능google_docs_auth
: Google Docs 인증 설정google_docs_read_document
: Google Docs 문서 읽기// 문서 읽기 예제
const { result } = await mcp.call('google_docs_read_document', {
documentId: '1WFDzSw1t1C-83qNpgFpHxaKXXIqWALTzFxZDrlpakMU'
});
console.log(result.text);
MIT
FAQs
Model Context Protocol for Google Docs integration
The npm package google-docs-mcp receives a total of 3 weekly downloads. As such, google-docs-mcp popularity was classified as not popular.
We found that google-docs-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.