这是一个使用多种认识论框架来分析声明、验证来源并检测操纵行为的模型上下文协议服务器。
该服务器提供了三个主要工具用于检测和分析胡说八道:
使用多种认识论框架分析声明:
实证框架
负责任框架
和谐框架
多元框架
检测操纵策略包括:
npm install
npm run build
{
"mcpServers": {
"anti-bullshit": {
"command": "node",
"args": ["/path/to/anti-bullshit-mcp-server/build/index.js"]
}
}
}
路径:~/Library/Application Support/Claude/claude_desktop_config.json
或者对于VSCode扩展:
路径:~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
// 分析声明
const result = await analyze_claim({
text: "研究表明,87%的专家同意这一有争议的说法",
framework: "empirical"
});
// 验证来源
const validation = await validate_sources({
text: "根据史密斯博士的开创性研究……",
framework: "responsible"
});
// 检查操纵
const check = await check_manipulation({
text: "立即行动!这个独家优惠将在接下来的10分钟内过期!"
});
使用自动重建进行开发:
npm run watch
使用MCP Inspector调试:
npm run inspector
服务器使用2025年1月1日作为声明的时间分析参考日期(特别是对于古德曼的“grue”悖论和其他类似哲学难题特别相关)。
MIT
Teglon Labs (teglon@vibes.lol)
git checkout -b feature/amazing-feature)git commit -am '添加一些精彩的功能')git push origin feature/amazing-feature)