反扯淡MCP服务器是一个基于模型上下文协议(Model Context Protocol)的服务器,它能够运用多种认识论框架,对声明进行分析、验证来源并检测操纵,为信息的真实性和可靠性保驾护航。
反扯淡MCP服务器借助多种认识论框架,为你提供检测和分析信息真实性的工具。你可以通过以下步骤快速搭建并使用该服务器。
该服务器提供了三种主要工具来检测和分析 bullshit:
使用多个认识论框架分析声明:
检测操纵策略,包括:
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
)