Tribal - Knowledge Service
@agentience
关于 Tribal - Knowledge Service
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tribal_mcp_server": {
"command": "uv",
"args": [
"pip",
"install",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tribal - Knowledge Service?
Tribal is an MCP (Model Context Protocol) server implementation for error knowledge tracking and retrieval. It provides both REST API and native MCP interfaces for integration with tools like Claude Code and Cline, using ChromaDB for vector similarity search.
How to use Tribal - Knowledge Service?
Install the package with uv pip install . from the project root, then add to Claude using claude mcp add tribal --launch "tribal". Alternatively, deploy via Docker Compose. The server exposes MCP tools such as add_error, get_error, search_errors, and find_similar for managing error records.
Key features of Tribal - Knowledge Service
- Store and retrieve error records with full context.
- Vector similarity search using ChromaDB.
- REST API (FastAPI) and native MCP interfaces.
- JWT authentication with API keys.
- Local storage (ChromaDB) and AWS integration (S3, DynamoDB placeholders).
- Docker-compose deployment and CLI client integration.
Use cases of Tribal - Knowledge Service
- Claude automatically stores programming errors and solutions during a session.
- Search for similar errors when encountering a new problem.
- Build a knowledge base specific to your coding patterns across sessions.
- Integrate with Claude Code or Cline to remember and learn from past errors.
FAQ from Tribal - Knowledge Service
What is Tribal - Knowledge Service?
It is an MCP server that helps Claude remember and learn from programming errors by storing error records with solutions and performing semantic similarity searches.
How do I install Tribal - Knowledge Service?
Install using uv pip install . from the project directory, or use uv tool install . for a global tool. Python 3.12+ and uv are required.
Does Tribal - Knowledge Service require authentication?
Yes, it supports JWT authentication. By default, authentication is disabled (REQUIRE_AUTH=false), but you can enable it by setting environment variables like API_KEY and SECRET_KEY.
What storage backends does Tribal - Knowledge Service support?
The primary storage is local ChromaDB (persistent by default). It also includes placeholder implementations for AWS S3 and DynamoDB for cloud deployment.
Can I run Tribal - Knowledge Service in Docker?
Yes, a docker-compose.yml file is provided. Build and start containers with docker-compose up -d --build, and configure Claude for Desktop to connect to http://localhost:5000.
记忆与知识 分类下的更多 MCP 服务器
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
评论