8 hours ago
Lightweight MCP server for AI content detection — returns a naturalness score and flagged AI-template patterns with humanizing hints.
服务器配置
{
"mcpServers": {
"naturalmelo-mcp": {
"command": "node",
"args": [
"<ABSOLUTE_PATH>/naturalmelo-mcp/dist/index.js"
],
"env": {
"OPENAI_API_KEY": "sk-your-key-here"
}
}
}
}