project-central-mcp-server
Verified Safeby 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
npm run build && npm startEnvironment 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
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
supabase-mcp-server
This server provides interactive tools and React widgets for exploring and querying your Supabase database and viewing its service status.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.