Talia04

Nibble

Community Talia04
Updated

MCP Demo mini project

Nibble

Nibble is an AI-powered production incident investigation prototype built with the Model Context Protocol (MCP) and the OpenAI Agents SDK.

What it does

Nibble exposes production observability data through an MCP server, including:

  • Service health
  • Service logs
  • Recent deployments
  • Deployment details

An OpenAI agent can use these tools to autonomously investigate production incidents and identify likely root causes.

Example

Prompt:

Customers are reporting that checkout is failing. Investigate the incident and determine the likely root cause. Then indicate which deployment(s) caused it and who is responsible for the deployment(s).

Agent run output:

OpenAI agent incident investigation output

The agent can autonomously:

  1. Check service health
  2. Identify degraded services
  3. Inspect relevant logs
  4. Correlate failures with recent deployments
  5. Inspect deployment changes
  6. Determine a likely root cause

Architecture

OpenAI Agent
    |
    | MCP / stdio
    v
Nibble MCP Server
    |
    +-- get service health
    +-- get service logs
    +-- get deployments
    +-- get deployment details
    |
    v
Mock production data

Running locally

Install dependencies:

npm install

Create a .env file:

OPENAI_API_KEY=your_api_key

Run:

npx tsx src/agents.ts

MCP Server ยท Populars

MCP Server ยท New

    DROOdotFOO

    Raxol

    Write one app, render it to a terminal, a browser, or as agent tools. The terminal for your Gundam.

    Community DROOdotFOO
    morluto

    REA: Reverse Engineer Anything

    Reverse engineer anything with agents, from app behavior down to native binaries.

    Community morluto
    nedlir

    MCPwner

    Model Context Protocol server for autonomous vulnerability discovery

    Community nedlir
    codegraph-ai

    CodeGraph

    CodeGraph builds a semantic graph of your codebase โ€” functions, classes, imports, call chains โ€” and exposes it through 42 MCP tools, 38 languages, a VS Code extension, and a persistent memory layer. AI agents get structured code understanding instead of grepping through files.

    Community codegraph-ai
    getArbor-dev

    Arbor

    Graph-native code intelligence that replaces embedding-based RAG with deterministic program understanding.

    Community getArbor-dev