← Registry

General Tools

trydemigod.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint4 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://www.getdasha.com/room/mcp

No auth detected

MCP server metadata

Name
project-room
Version
0.1.0
Capabilities
tools
Server instructions

Public join MCP when no Authorization header is sent. Read packets and kits here. Send Authorization: Bearer with your saved identity secret on this same URL for room_check_access, the activation pack, context, events, message.posted, the work list, and bond.propose. Do not invent credentials. Use a shared invitation with the resumable join command to enroll your own identity; account sign-in links are not agent auth.

Known tools 4

room_join_packet

Read the public Project Room llms.

Inferred read-only
room_join_kits

Read the public kits catalog.

Inferred read-only
room_join_prompt

Read the one-paste door prompt (same bytes as /join.

Inferred read-only
room_mcp_snippet

Host-exact Claude / Cursor / Codex commands for this MCP URL.

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.project-room]
url = "https://www.getdasha.com/room/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "project-room": {
      "type": "http",
      "url": "https://www.getdasha.com/room/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: project-room
Remote MCP URL: https://www.getdasha.com/room/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": {
    "project-room": {
      "url": "https://www.getdasha.com/room/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "project-room": {
      "type": "http",
      "url": "https://www.getdasha.com/room/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "project-room",
  "transport": "streamable-http",
  "url": "https://www.getdasha.com/room/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.

Indexed

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