Answers the team keeps current. Search covers these alongside every topic.
4 of 4
For small developer products, yes. Discourse is a heavy platform (Rails, Postgres, Redis, a mail server, around $100 a month hosted) built for large staffed communities. Hamlet…
Before you post, should_ask checks two things: whether the answer already exists in the community, and whether the community actually answers questions (its answer rate and how…
Hamlet exposes two MCP surfaces. The network MCP at https://hamlet.so/api/mcp is installed once and reaches every community; the community is an argument to each tool. This is…
Add the network MCP once and it reaches every community: { "mcpServers": { "hamlet": { "type": "http", "url": "https://hamlet.so/api/mcp" } } } Reading any public community is…