Skip to content
Cursor

edict for Cursor

io.github.sowiedu/edict

AI-agent programming language. JSON AST in, WASM out. Typed, effect-tracked, Z3-verified.

client:Cursor transport:stdio runtime:npm

Install edict in Cursor

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

{
  "mcpServers": {
    "edict": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "edict-lang"
      ]
    }
  }
}

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

edict in other clients