Skip to content
Cursor

Conventions MCP for Cursor

io.github.fedgeno/conventions-mcp

Memory for coding conventions and standing instructions that persists across sessions.

client:Cursor transport:stdio runtime:npm

Install Conventions MCP in Cursor

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

{
  "mcpServers": {
    "conventions-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "conventions-mcp"
      ]
    }
  }
}

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

Conventions MCP in other clients