mcp-server-3gpp
Verified Safeby Lee-SiHyeon
Overview
Provides an MCP server for AI assistants to search and retrieve information from 3GPP specification documents.
Installation
npm startEnvironment Variables
- CHUNKS_FILE_PATH
Security Notes
The core server logic in `src/index.js` does not use `eval` or execute arbitrary external commands. `eval` is present in `test_speckit_userstories.js` for dynamically loading constants from `index.js` for testing purposes, which is isolated from the server's runtime. Setup scripts (`scripts/postinstall.js`, `scripts/prepare-data.js`, and associated Python scripts) utilize `child_process.exec`/`spawn` and `urllib.request` to install Git LFS, download PDFs from trusted 3GPP/ETSI sources, and run local data processing, which is standard for setup automation. No hardcoded secrets or apparent malicious patterns are observed.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
apple-rag-mcp
Provides a comprehensive RAG (Retrieval-Augmented Generation) server for AI agents to search and retrieve content from Apple's developer documentation and WWDC transcripts.
triliumnext-mcp
Provides AI assistants with tools to interact with TriliumNext Notes instances, enabling automated knowledge management and content manipulation.
blz
Provides fast, local documentation search and retrieval for AI agents, using llms.txt files for line-accurate citations.