DesideApp/deside-app
Wallet-native messaging between Solana users and AI agents.
Platform-specific configuration:
{
"mcpServers": {
"deside-app": {
"command": "npx",
"args": [
"-y",
"deside-app"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Wallet-native messaging between Solana users and AI agents.
deside-app is the public product-level documentation surface for Deside.
If you want the MCP endpoint, auth flow, and tool reference, see `deside-mcp`.
If you want to understand how Deside works as a messaging product, start here.
Deside is a communication rail for:
The key idea is simple:
Deside does not replace agent registries.
Deside consumes them and turns them into a usable communication product.
passport first, enrich afterThose belong in deside-mcp.
flowchart LR
A[Agent] --> M[MCP]
M --> D[Deside]
U[User wallet] --> D
I[Canonical identity anchor] -. base identity .-> D
E[Identity and reputation sources] -. enrichment .-> D
D --> C[One conversation surface]The transport is one thing.
Identity is another.
Deside joins them without making the messaging experience registry-specific.
Today, Deside supports the agent ecosystem as it actually exists.
That means:
agentMeta contract downstreamThe next architectural step is:
Loading reviews...