General Tools
trydemigod.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.getdasha.com/room/mcp
MCP server metadata
- Name
- project-room
- Version
- 0.1.0
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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.