← Registry

Developer Tools

dendri.dev

Provides access to Dendri documentation pages, examples, and API references.

1 endpoint6 known toolsFirst detected July 30, 2026Last detected July 30, 2026

ENDPOINT 1

https://dendri.dev/mcp

No auth detected

MCP server metadata

Name
dendri-docs
Version
0.2.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

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_list_docs

List every Dendri documentation page (slug, title, summary).

Inferred read-only
dendri_get_doc

Return one full Dendri documentation page as markdown.

Inferred read-only
dendri_search_docs

Keyword search across all Dendri documentation sections.

Inferred read-only
dendri_get_example

Return a complete, documented Dendri example as markdown — the gold-standard pattern to copy when building an app.

Inferred read-only
dendri_api_reference

Return 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-only
dendri_get_config_option

Look up client configuration option(s) by name or substring (e.g.

Inferred read-only

CONNECT 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.

Trust status Neutral

dendri.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.