Integrations › Discord
Community decisions and knowledge scattered across channels. VerifiedState makes them queryable and proven.
Get API Key →Open source projects, dev communities, and teams use Discord for real-time collaboration. Important technical decisions, bug reports, and architecture discussions happen in threads that get buried. New members ask the same questions. Nobody can find the answer from three months ago.
Connect a Discord MCP server alongside VerifiedState MCP:
# Coming soon — package not yet available
{
"mcpServers": {
"discord": {
"command": "npx",
"args": ["-y", "discord-mcp-server"],
"env": {
"DISCORD_BOT_TOKEN": "your-bot-token"
}
},
"verifiedstate": {
"url": "https://mcp.verifiedstate.ai/mcp",
"headers": {
"Authorization": "Bearer vs_live_..."
}
}
}
}
// Your agent reads Discord, stores facts in VerifiedState
// New member asks "What framework do we use?"
// → Agent queries verified memory instead of searching channels
// → Returns: "Next.js — decided 3 months ago, receipt rct_8b2c"{
"receipt_id": "rct_7f3a...",
"assertion": "User prefers dark mode",
"status": "verified",
"confidence": 0.94,
"signature": "ed25519:a8c3f1...",
"verified_at": "2026-04-06T14:32:01Z",
"chain_position": 42
}| Feature | Without | With VerifiedState |
|---|---|---|
| Community knowledge | Buried in threads | Verified and queryable |
| New member questions | Asked repeatedly | Answered from memory |
| Technical decisions | "Check #general from March" | Receipt with timestamp |
| Contradictions | Different answers in different channels | Conflict detected |
Yes. The Discord MCP server connects using your bot token. It accesses whatever channels the bot has permission to see.
Through the bot, yes. Community members ask the bot, the bot queries VerifiedState and responds with verified answers.
Free: 50,000 assertions/month. No credit card. No trial expiration.