prismic-mcp-server
Verified Safeby prismicio
Overview
This server provides AI agent tools that integrate with Prismic Slice Machine, assisting developers with slice modeling, code generation, mocking, and integration into custom types within a Prismic project.
Installation
npx -y @prismicio/mcp-server@latestEnvironment Variables
- AWS_BEARER_TOKEN_BEDROCK
- DEBUG_MODE
- PRISMIC_DEBUG
- TELEMETRY_DISABLED
- PRISMIC_ENV
- MCP_SERVER_ROOT
Security Notes
The server uses hardcoded Segment API keys for analytics, which are typically public write keys but represent a potential vector for injecting false data if compromised. AI API keys (e.g., AWS_BEARER_TOKEN_BEDROCK) are correctly loaded from environment variables. The test suite uses 'execSync' which is a security risk in tests if not carefully controlled, but this does not affect the core server functionality directly.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
magic-api-mcp-server
Provides a Model Context Protocol (MCP) server to enhance Magic-API development workflows, enabling advanced interactions for script writing, API management, debugging, and deployment.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.
MCP-Council
Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.