agentience/tribal_mcp_server
If you are the rightful owner of tribal_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Tribal is an MCP server implementation for error knowledge tracking and retrieval, providing REST API and native MCP interfaces.
Tools
Functions exposed to the LLM to take actions
add_error
Create new error record (POST /errors)
get_error
Retrieve error by UUID (GET /errors/{id})
update_error
Modify existing error (PUT /errors/{id})
delete_error
Remove error record (DELETE /errors/{id})
search_errors
Find errors by criteria (GET /errors)
find_similar
Semantic similarity search (GET /errors/similar)
get_token
Obtain JWT token (POST /token)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client