answer (MCP Server)

GitHub

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "answer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-answer"
      ]
    }
  }
}