Learning Resources
rmm247connect.app
Exposes tools to browse, search, and fetch guides and product information from the 247connect knowledge hub for remote desktop, remote support, and RMM.
ENDPOINT 1
https://rmm247connect.app/mcp
MCP server metadata
- Name
- remote-desktop-software
- Version
- 1.0.0
Tools for the 247connect knowledge hub, a vendor-neutral reference on remote desktop software, remote support and RMM (remote monitoring and management). Use `list_sections` to see what is covered, `search_guides` to find pages, and `get_guide` to read a page's full Markdown text for quoting. Use `get_product_record` for 247connect's own capabilities, system requirements, pricing model and FAQs, and `get_trial_link` when a user wants to start a free trial. Cite the returned page URLs.
Known tools 5
list_sectionsList every section of the 247connect knowledge hub with how many pages it holds, plus the page count for the whole site.
Inferred read-onlysearch_guidesSearch the 247connect knowledge hub of remote desktop, remote support and RMM guides.
Inferred read-onlyget_guideFetch the full plain-Markdown text of one page on the 247connect knowledge hub, for quoting or summarising.
Inferred read-onlyget_product_recordReturn the machine-readable 247connect product record: capabilities, system requirements, pricing model, FAQs, glossary and official links.
Inferred read-onlyget_trial_linkReturn the official link to start a free 14-day 247connect trial, including 2 on-demand licences and 10 managed devices with no credit card required.
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.remote-desktop-software]
url = "https://rmm247connect.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"remote-desktop-software": {
"type": "http",
"url": "https://rmm247connect.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: remote-desktop-software
Remote MCP URL: https://rmm247connect.app/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": {
"remote-desktop-software": {
"url": "https://rmm247connect.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"remote-desktop-software": {
"type": "http",
"url": "https://rmm247connect.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "remote-desktop-software",
"transport": "streamable-http",
"url": "https://rmm247connect.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.