II.
ToolServer JSON
Structured · livetool-server:mcp-tauri
Tauri MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-tauri",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-frameworks.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Tauri MCP Server",
"description": "MCP server and plugin for Tauri v2 application development.\nGives AI coding agents (Claude, Cursor, Windsurf) the ability to build,\ntest, and debug Tauri apps with live screenshots, DOM state, and console logs.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/hypothesi/mcp-server-tauri",
"maintainer": "Hypothesi",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-tauri",
"to": "framework:tauri",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-tauri",
"to": "domain:frontend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-tauri",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}