Skip to content
Cursor

atomadic fuse for Cursor

tech.atomadic/atomadic-fuse

Atomadic Fuse MCP — polyglot compiler, harvest logic atoms, discover product chains.

client:Cursor transport:stdio runtime:pypi

Install atomadic fuse in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "atomadic-fuse": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atomadic-fuse"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

atomadic fuse in other clients