marble-mcp
Verified Safeby withmarbleai
Overview
This MCP server integrates with AI coding tools to generate relevant learning project links and interactive slides for the Marble platform based on codebase analysis.
Installation
npx marble-mcp-serverEnvironment Variables
- SUPABASE_URL
- SUPABASE_KEY
Security Notes
The server is generally safe to run. It uses the Model Context Protocol SDK and primarily focuses on generating URLs and crafting instructions for an external AI. It does not execute arbitrary user code or perform direct network calls to untrusted sources. Crucially, the 'generate_slides_link' tool, as implemented in the provided 'src/index.ts' file, uses a Zero Data Retention policy by compressing the prompt into a URL fragment, thus avoiding server-side storage of prompts. This enhances privacy and reduces the attack surface. No hardcoded secrets were found; any sensitive configurations (like the Supabase keys mentioned in the README) are expected to be environment variables.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.