Skip to content
Cursor

MetaEngine for Cursor

eu.metaengine/mcp-server

Code generation from JSON recipes, linked type graphs, and API schemas across 11 languages.

client:Cursor transport:stdio runtime:npm

Install MetaEngine in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@metaengine/mcp-server"
      ],
      "env": {
        "METAENGINE_API_URL": "<METAENGINE_API_URL>"
      }
    }
  }
}

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

MetaEngine in other clients