Skip to content
Cursor

Compose MCP for Cursor

ai.smartmemory/compose-mcp

Typed feature management for compose projects: roadmap, changelog, artifacts, journal.

client:Cursor transport:stdio runtime:npm

Install Compose MCP in Cursor

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

{
  "mcpServers": {
    "compose-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@smartmemory/compose-mcp"
      ]
    }
  }
}

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

Compose MCP in other clients