Back to Home
apollographql icon

mcp-server-template

Verified Safe

by apollographql

Overview

This template provides a starting point for deploying the Apollo MCP Server, enabling schema introspection and structured access to GraphQL operations for AI assistants and tools.

Installation

Run Command
docker run -it --env APOLLO_KEY=your-key --env APOLLO_GRAPH_REF=your-graph-ref -p 5000:5000 apollo-mcp-server

Environment Variables

  • APOLLO_KEY
  • APOLLO_GRAPH_REF

Security Notes

The template includes development-friendly defaults that are not production-ready, specifically with introspection tools (Introspect, Search, Validate, Execute) enabled by default. The 'Execute' tool allows arbitrary GraphQL operations against the backend, posing a significant security risk if deployed to production without proper authentication, authorization, and configuration changes. The README explicitly warns about this.

Similar Servers

Stats

Interest Score30
Security Score6
Cost ClassLow
Stars1
Forks0
Last Update2025-12-02

Tags

ApolloGraphQLMCP ServerAI ToolsGraphOS