Back to Home
Saiashrita icon

MCP-dev-assistant-server

Verified Safe

by Saiashrita

Overview

An AI-powered development assistant that integrates GitHub, Jira, Slack, and Documentation tools through the Model Context Protocol (MCP) for intelligent orchestration and manual tool execution.

Installation

Run Command
cd backend && node server.js

Environment Variables

  • ANTHROPIC_API_KEY
  • GEMINI_API_KEY
  • OPENAI_API_KEY
  • GITHUB_TOKEN
  • JIRA_HOST
  • JIRA_EMAIL
  • JIRA_API_TOKEN
  • SLACK_BOT_TOKEN
  • PORT
  • VITE_BACKEND_URL

Security Notes

The project correctly uses environment variables for sensitive API keys (e.g., GITHUB_TOKEN, LLM_API_KEY), preventing hardcoded secrets. Inter-process communication via JSON-RPC is handled by parsing standard JSON, which avoids `eval` risks. The `cors()` middleware in the backend is broadly applied (`app.use(cors())`), which is common for development but would require stricter configuration (e.g., specific origins) in a production deployment to mitigate potential cross-origin attacks.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens4000
Stars0
Forks0
Last Update2026-01-16

Tags

AI AssistantDevelopment ToolsMulti-tool OrchestrationMCPReact Frontend