TopicForge for Cursor
io.github.yaniswav/topicforge
Read-only MCP server for ROS2 and DDS: topics, participants, QoS mismatches, bags.
client:Cursor
transport:stdio
runtime:pypi
Install TopicForge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"topicforge": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs