We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivo-toby/contentful-mcp-graphql'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Prompt definitions for the Contentful GraphQL MCP server
* These prompts help guide users through GraphQL operations and schema exploration
*/
import { GRAPHQL_PROMPTS } from "./graphql-prompts.js"
export const CONTENTFUL_PROMPTS = {
// Include GraphQL prompts
...GRAPHQL_PROMPTS,
}