Sowiedu/Edict
A programming language designed for AI agents. No parser, no syntax — agents produce AST directly as JSON. Statically typed, effect-tracked, contract-verified, compiled to WASM via MCP.
Platform-specific configuration:
{
"mcpServers": {
"Edict": {
"command": "npx",
"args": [
"-y",
"Edict"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...