synked-mcp-server
Verified Safeby jackybeez
Overview
Serves as a Model Context Protocol (MCP) server to expose Synked's engineering insights tools (Jira, GitHub, Slack) to AI assistants.
Installation
node mcp-server/dist/server.jsEnvironment Variables
- SUPABASE_URL
- SUPABASE_SERVICE_ROLE_KEY
Security Notes
The server securely handles environment variables for Supabase URL and service role key, exiting if critical variables are missing. Input validation is strictly enforced using Zod schemas, preventing malformed requests. Outbound network calls use the service role key for authentication, keeping secrets server-side. Error responses may include raw text from upstream Supabase functions which, while useful for debugging, could potentially expose more verbose internal error details in a production scenario, though this is mitigated by the trusted backend interaction.
Similar Servers
slack-mcp-client
This client bridges Slack with AI models and external tools via the Model Context Protocol (MCP), enabling AI to interact with real systems and data through Slack conversations.
supabase-mcp-server
This server provides interactive tools and React widgets for exploring and querying your Supabase database and viewing its service status.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
devtool-mcp
Provides an AI coding agent with browser superpowers for real-time debugging, visual feedback, process management, and frontend diagnostics. It acts as a bridge between an AI assistant and a web browser.