Tribal icon

Tribal

Createdagentience

Tracks and retrieves error knowledge, integrating with tools like Claude for improved error handling.

About

Tribal is a Model Context Protocol (MCP) server designed for tracking and retrieving error knowledge, enabling Claude and other compatible tools to remember and learn from programming errors. It provides both REST API and native MCP interfaces, allowing developers to store error records with full context, perform vector similarity searches using ChromaDB, and build a knowledge base specific to their coding patterns. With features like JWT authentication, local and AWS storage options, and Docker-compose deployment, Tribal enhances the error handling capabilities of AI-powered coding assistants.

Key Features

  • Performs vector similarity search using ChromaDB
  • Supports local (ChromaDB) and AWS integration
  • 2 GitHub stars
  • Offers REST API (FastAPI) and native MCP interfaces
  • Stores and retrieves error records with full context
  • Provides JWT authentication with API keys

Use Cases

  • Enables searching for similar errors when problems are encountered
  • Allows Claude to remember and learn from programming errors
  • Builds a knowledge base specific to coding patterns