Developer Tools
dendri.dev
Provides access to Dendri documentation pages, examples, and API references.
ENDPOINT 1
https://dendri.dev/mcp
MCP server metadata
- Name
- dendri-docs
- Version
- 0.2.0
Official Dendri (dendri.dev) documentation: WebRTC P2P signaling SDK (@afterrealism/dendri-client, @afterrealism/dendri-y) and self-hosted signaling server. Use dendri_get_example for complete, verified code before writing Dendri code from scratch. Dendri is self-host-first: generated code must take the user's own server URL — never invent a default endpoint.
Known tools 6
dendri_get_exampleReturn a complete, documented Dendri example as markdown — the gold-standard pattern to copy when building an app.
Inferred read-onlydendri_api_referenceReturn the API reference for one part of the SDK: class Dendri, class Room, the createDendriStore() store, data/media connections, the React/Vue/Svelte adapters, DendriServerAPI, the Yjs provider, errors, or package entry points.
Inferred read-onlydendri_get_config_optionLook up client configuration option(s) by name or substring (e.g.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dendri-docs]
url = "https://dendri.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dendri-docs": {
"type": "http",
"url": "https://dendri.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dendri-docs
Remote MCP URL: https://dendri.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dendri-docs": {
"url": "https://dendri.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dendri-docs": {
"type": "http",
"url": "https://dendri.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dendri-docs",
"transport": "streamable-http",
"url": "https://dendri.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dendri.dev was fetched 2026-08-11T04:10:17.994Z.
dendri.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.