Skip to content
Zed

TopicForge for Zed

io.github.yaniswav/topicforge

Read-only MCP server for ROS2 and DDS: topics, participants, QoS mismatches, bags.

client:Zed transport:stdio runtime:pypi

Install TopicForge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "topicforge": {
      "command": "uvx",
      "args": [
        "topicforge"
      ],
      "env": {
        "TOPICFORGE_MODE": "<TOPICFORGE_MODE>",
        "TOPICFORGE_DDS_BACKEND": "<TOPICFORGE_DDS_BACKEND>",
        "TOPICFORGE_DDS_DOMAIN_ID": "<TOPICFORGE_DDS_DOMAIN_ID>",
        "TOPICFORGE_TELEMETRY": "<TOPICFORGE_TELEMETRY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

TopicForge in other clients