Back to Home
jarecsni icon

dep-context-mcp

Verified Safe

by jarecsni

Overview

Provides AI coding assistants with API context about project dependencies by reading directly from node_modules, enabling semantic search and local-first operations.

Installation

Run Command
node dist/index.js

Environment Variables

  • DEPCONTEXT_CONFIG
  • DEPCONTEXT_CACHE_DIR
  • OPENAI_API_KEY
  • GITLAB_TOKEN

Security Notes

The server prioritizes a 'local-first' architecture, reading directly from `node_modules` without external network calls for core functionality. Optional features like vector search (with OpenAI) or GitLab source enrichment are clearly documented as requiring external network access and environment variables for sensitive API keys/tokens. The use of `cross-spawn` (via `@modelcontextprotocol/sdk`) is present, but it's for managing dependencies (e.g., potentially triggering `npm install` for internal tasks) which is an expected capability for such a server. No `eval` or obvious malicious patterns are present in the provided source code. User input is not directly passed to shell commands without sanitization in the analyzed code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2026-01-19

Tags

mcpaidependenciestypescriptlocal-firstcachingvector-search