Odel
Conventions MCP

Conventions MCP

Local
@fedgenoJavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmconventions-mcpv3.0.1

Run

npx -y conventions-mcp

MCP client config

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