MCP Server
Active
MIT
Signs of AI Writing MCP Server
io.github.peopleworks/signs-of-ai
What is the Signs of AI Writing MCP server?
AI-writing detection (EN/ES) that shows the evidence: named tells, hidden characters, citations.
How to install Signs of AI Writing
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SIGNSOFAI_API_ENDPOINTBase URL of the SignsOfAI API used by the two optional server-backed tools (measure_predictability, check_paraphrase). Defaults to the PeopleWorks-hosted endpoint. The other seven tools never call it.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"signs-of-ai": {
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<YOUR_SIGNSOFAI_API_ENDPOINT>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"signs-of-ai": {
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<YOUR_SIGNSOFAI_API_ENDPOINT>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"signs-of-ai": {
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<YOUR_SIGNSOFAI_API_ENDPOINT>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"signs-of-ai": {
"type": "stdio",
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<YOUR_SIGNSOFAI_API_ENDPOINT>"
}
}
}
}Claude Code
claude mcp add signs-of-ai --env SIGNSOFAI_API_ENDPOINT=<YOUR_SIGNSOFAI_API_ENDPOINT> -- dnx SignsOfAI.McpRelated MCP servers
XAF Logic Explainer
Active
Query your DevExpress XAF app: entities, controllers, actions, rules, Model Editor.
5
View repository →C#
MIT