Skip to content

Conversation

8bitbuddhist
Copy link

@8bitbuddhist 8bitbuddhist commented Aug 11, 2025

Description

This pull request adds the Gremlin MCP server to the ReadMe. The Gremlin MCP server lets AI agents interface with Gremlin to retrieve information about services, dependencies, test results, reliability scores, and reports.

Server Details

Motivation and Context

Gremlin provides a platform for engineering teams to measure, test, and validate the reliability of their systems and services. This MCP server makes this reliability data available to LLMs safely and securely so they can provide more valuable insights into achieving and maintaining high reliability. This server can:

  • List the user’s services that they’ve added to Gremlin, along with their reliability scores and dependencies
  • See which Health Checks are configured for a service
  • List any Detected Risks that were identified in a service
  • Show the current suite of reliability tests, and the most recent tests performed
  • Create reliability reports for a specific date

How Has This Been Tested?

  • Ran on Node.js 22.16
  • Tested with Claude Desktop and Open WebUI (via MCPO)
  • Ran prompts to test all available tool endpoints using Claude Sonnet 4

Breaking Changes

None

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

@olaservo olaservo added the add-official-server This pull request adds a link to an official integration. label Aug 13, 2025
Copy link
Contributor

claude bot commented Aug 16, 2025

Thank you @8bitbuddhist for your contribution! 🎉

Your Gremlin MCP server has been accepted and included as part of our batch integration in PR #2554. We really appreciate you taking the time to submit this integration.

The server is now officially listed in our README and available to the community!

@claude claude bot closed this Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-official-server This pull request adds a link to an official integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants