- Creating and managing datasets
- Running experiments
- Setting up prompt templates
- Getting signals on Log streams
- Integrating Galileo with your code
Prerequisites
Before you begin, ensure you have the following:API key
Configure your IDE
The Galileo MCP server works with both Cursor and VS Code. Follow the steps below for your IDE:- VS Code
- Cursor
Install GitHub Copilot
Open MCP settings
Ctrl + Shift + P on Windows/Linux, or Cmd + Shift + P on Mac) and search for “MCP: Open User Configuration”Add the Galileo MCP server configuration
YOUR-API-KEY with your actual Galileo API key.https://api.galileo.ai/mcp/http/mcp url with your deployment URL. The format of this URL is based on your console URL, replacing console with api and appending /mcp/http/mcp.For example:- if your console URL is
https://console.galileo.example.com, the MCP url would behttps://api.galileo.example.com/mcp/http/mcp - if your console URL is
https://console-galileo.apps.mycompany.com, the MCP url would behttps://api-galileo.apps.mycompany.com/mcp/http/mcp
Reload VS Code
Verify your setup
Once configured, you can verify your MCP setup by asking your AI assistant in your IDE:Tools
The Galileo MCP server provides powerful tools that you can access through natural conversation with your AI assistant. Simply ask questions or make requests, and the AI will use these tools to help you.Create Datasets
Create Datasets
Check Dataset Status
Check Dataset Status
Create Prompt Templates
Create Prompt Templates
Set Up Experiments
Set Up Experiments
Get Signals
Get Signals
Integrate with OpenAI
Integrate with OpenAI
Integrate with LangChain
Integrate with LangChain
Search Documentation
Search Documentation
Example use cases
Create a synthetic dataset
Ask your AI assistant:Get integration help
Ask your AI assistant:Get Signals
Ask your AI assistant:Troubleshooting
Error connecting to Galileo MCP Server
Error connecting to Galileo MCP Server
- Check that the MCP server URL is set to
https://api.galileo.ai/mcp/http/mcp - Ensure the
Acceptheader is set totext/event-stream - Restart your IDE MCP connection after making configuration changes
API key errors
API key errors
- Confirm your API key is properly set in the configuration
- Check that your API key has not expired
- Generate a new API key from the API keys page