Back to Home
alexistomaselli icon

project-central-mcp-server

Verified Safe

by alexistomaselli

Overview

This server provides a set of tools for an AI agent to manage software development projects, including creating and updating projects and issues, listing them, and adding comments, all persisted in a Supabase backend.

Installation

Run Command
npm run build && npm start

Environment Variables

  • SUPABASE_URL
  • SUPABASE_SERVICE_ROLE_KEY
  • MCP_MODE
  • PORT

Security Notes

The server uses a highly privileged `SUPABASE_SERVICE_ROLE_KEY`, which grants extensive access to the Supabase project. Secure management of this environment variable is critical to prevent unauthorized database access in case of server compromise. While the Supabase client library generally prevents SQL injection, directly returning raw Supabase error messages to the client could expose internal database details. CORS is enabled for all origins, which is common but means the API is globally accessible.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2026-01-18

Tags

Project ManagementAI Agent ToolsSupabaseTypeScriptExpress.js