questionnaire

tseddikk/questionnaire
★ 0 stars TypeScript 🔒 Security Updated 2d ago
Critical Questionnaire MCP Server - Forensic-depth codebase auditing protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "questionnaire": {
      "command": "npx",
      "args": [
        "-y",
        "tseddikk/questionnaire"
      ]
    }
  }
}