
Galileo
OfficialConnects to Galileo's platform for managing LLM evaluation datasets, monitoring application performance, and running experiments on language models.
Integrates with Galileo's evaluation and observability platform to enable dataset creation, prompt template management, experiment setup, log analysis, and step-by-step integration guides for monitoring LLM application performance.
What it does
- Create and manage evaluation datasets
- Set up LLM experiments and A/B tests
- Monitor model performance and observability metrics
- Analyze application logs and traces
- Manage prompt templates and versions
- Access step-by-step integration guides
Best for
About Galileo
Galileo is an official MCP server published by rungalileo that provides AI assistants with tools and capabilities via the Model Context Protocol. Galileo: Integrate with Galileo to create datasets, manage prompt templates, run experiments, analyze logs, and monitor It is categorized under productivity, developer tools.
How to install
You can install Galileo in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
License
Galileo is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Galileo Docs
This repo is the source for Galileo's docs. We use Mintlify for building and publishing our docs.
Contributing
See our contributing guide for more details.
Dev container
This repo has a devcontainer configured so you can run in VS Code with the dev containers extension and Docker, or in a code space, and have an isolated environment with all the relevant tools installed.
This container installs the Mintlify CLI as well as Vale for spellchecking. It also has some recommended extensions. If you find any other extensions useful, please add them to the devcontainer.json file.
Build and view the docs
We use Mintlify for building and publishing our docs.
To build and run the doc locally:
-
Install the Mintlify CLI:
npm install -g mint -
Run the Mintlify CLI:
mint dev
Check for broken links
Before pushing a change, check for broken links using:
mint broken-links
Check spellings
This repo is set up to use Vale to check spellings. To use it, first install Vale:
brew install vale
Then install MDX2VAST:
npm install -g mdx2vast
Then you can check spelling using:
vale . --glob='!{sdk-api/**/reference/**/*.*}'
This command ignores the generated SDK code.
Alternatives
Related Skills
Browse all skillsUI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.
Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.