devcontext
Verified Safeby Rathesh2727
Overview
DevContext is a Model Context Protocol (MCP) server designed to enhance the development experience by providing continuous, project-centric context awareness and learning from development patterns.
Installation
npm startEnvironment Variables
- TURSO_DATABASE_URL
- TURSO_AUTH_TOKEN
- MCP_MODE
Security Notes
The server uses parameterized queries, which protects against SQL injection. Sensitive credentials like database URLs and tokens are loaded from environment variables. A notable design choice is the strict control over standard output and error streams when in 'MCP_MODE', ensuring only valid JSON is output to stdout and suppressing stderr, which is a strong measure to prevent accidental data leakage or output corruption in a protocol-driven environment.
Similar Servers
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
ncp
A unified Model Context Protocol (MCP) orchestrator that enables semantic tool discovery, management, scheduling, and execution across a diverse ecosystem of connected AI tools and services.
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.