MCP server for ChatLab chat history (forked from upstream v0.19.0)
| Tool name | Description | Destructive? |
|---|---|---|
| execute_sql⚠ | ⚠ yes | |
| get_stats_overview | ✓ no | |
| get_messages | ✓ no | |
| get_conversation_text | ✓ no | |
| get_full_conversation | ✓ no |
| list_sessions | ✓ no | |
| get_session | ✓ no | |
| get_message_context | ✓ no | |
| get_conversation_between | ✓ no | |
| get_session_summaries | ✓ no | |
| deep_search_messages | ✓ no | |
| get_time_stats | ✓ no | |
| get_member_activity | ✓ no | |
| get_member_name_history | ✓ no | |
| get_response_time_analysis | ✓ no | |
| keyword_frequency | ✓ no | |
| get_members | ✓ no |
{
"mcpServers": {
"gamesmechatlab": {
"command": "npx",
"args": [
"-y",
"@gamesme/chatlab-mcp-server"
]
}
}
}