Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From rundale-dev
Drives a running Parish/Rundale instance (parish-tauri --mcp-port 3030 or parish web --port 3030). Tools: parish_world_snapshot, parish_map, parish_npcs_here, parish_save_state, parish_submit_input, parish_new_game, parish_save_game, parish_load_branch, plus a tauri_invoke escape hatch. The backend MUST be running first — see AGENTS.md or run `bash parish/scripts/parish-mcp-backend.sh start`.
npx claudepluginhub dmooney/rundaleCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"parish": {
"type": "http",
"command": "parish/scripts/parish-mcp-launch.sh",
"args": [
"--base-url",
"http://127.0.0.1:3030"
],
"url": "http://127.0.0.1:3030"
}
}
}Server configuration and connection parameters
parish/scripts/parish-mcp-launch.shhttp://127.0.0.1:3030Command-line arguments passed to the server process
Share bugs, ideas, or general feedback.