GraphQL Bridge
Provides a bridge between MCP clients and GraphQL APIs, enabling introspection of schemas and execut...
Obtain the GraphQL API Endpoint
- Determine the URL of the GraphQL API you want to connect to. This is usually documented in your service’s API documentation (e.g., https://your-api.com/graphql).
(Optional) Obtain an Authentication Token
- If your GraphQL API requires bearer token authentication:
- Log in to your API provider’s dashboard or developer portal.
- Find the section for creating or viewing API tokens or bearer tokens.
- Follow the provider’s instructions to generate a token, and copy it. (The process varies—consult your API/provider documentation as needed.)
- If your GraphQL API requires bearer token authentication:
Open the FastMCP Connection Interface
- In your MCP client (such as Cursor or Claude Desktop), find and click the "Install Now" button for adding ENVs or starting a new MCP server connection.
Fill in the Required Values
- In the connection interface, enter:
GRAPHQL_ENDPOINT: Paste the GraphQL API endpoint URL obtained in step 1.AUTH_TOKEN(optional): Paste the authentication token from step 2, if required. If not needed, you may leave this field blank.
- In the connection interface, enter:
Save and Connect
- Complete the connection setup in the interface. The MCP server will now use the values you provided to connect to your GraphQL API.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.