Pasal.id - The first open, AI-native Indonesian legal platform. MCP server + web app giving Claude grounded access Indonesian laws.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pasal": {
"command": "npx",
"args": [
"-y",
"ilhamfp/pasal"
]
}
}
}
Run in terminal:
claude mcp add pasal npx -y ilhamfp/pasal
Add to .cursor/mcp.json:
{
"mcpServers": {
"pasal": {
"command": "npx",
"args": [
"-y",
"ilhamfp/pasal"
]
}
}
}