agentience_tribal_mcp_server

agentience_tribal_mcp_server

0

Tribal is a Model Context Protocol server implementation that helps track and retrieve error-related knowledge. It features tools for storing and searching error records, integrates with platforms like Claude, and supports FastAPI and MCP interfaces.

Tribal - Knowledge Service

Tribal is an MCP (Model Context Protocol) server implementation designed for error knowledge tracking and retrieval. The server features include storing and retrieving error records with full context, performing vector similarity search using ChromaDB, and supporting REST API (FastAPI) and native MCP interfaces. It includes JWT authentication with API keys, local storage with ChromaDB, AWS integration, and Docker-compose deployment. Additionally, CLI client integration is available, making it a versatile tool for integrating with Claude Code and Cline.

Usage

  • Available MCP Tools:
    • Add, get, update, delete, and search for error records
    • Semantic similarity search for errors
    • Obtain JWT token

Tribal's integration with Claude allows for automatic error tracking and solution retrieval to enhance coding sessions. Claude can store errors and solutions, search for similar errors, and build a knowledge base.

Deployment

Instructions for Docker deployment and integration with Claude are provided, allowing configuration for both desktop and docker-launched environments.