Thoth for Claude Desktop
io.github.ahmedeid1/thoth
Read-only MCP over an agentic SLR workspace with per-claim citation verification
client:Claude Desktop
transport:streamable-http
Install Thoth in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"thoth": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://thoth-slr.vercel.app/api/mcp/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs