This repository provides a Model Context Protocol (MCP) server for the paper:
A Computational Framework for Behavioral Assessment of LLM Therapists
https://arxiv.org/pdf/2401.00820
It is designed to be used as a “PaperAgent” via an MCP-compatible client, Gemini CLI.
mcp/bolt_mcp.py: MCP server exposing PaperAgent toolsmcp/requirements.txt: Python deps for the MCP serverREADME.md: setup + usage instructions
- macOS / Linux
- Python >= 3.10
git- Node.js >= 18 (for Gemini CLI)
Check versions:
python3 --version
node -v
npm -v