sao-aincrad
v1.3.0Run detailed Sword Art Online Aincrad campaigns with rules, combat, items, progression and native UI.
By starmerx-luxuyanLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sao-aincrad for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sao-aincrad@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/starmerx-luxuyan/SAOClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://sao-aincrad-mcp-production.up.railway.app/mcp
Plugin manifests1
{
"name": "sao-aincrad",
"version": "1.3.0",
"description": "Run detailed Sword Art Online Aincrad campaigns with rules, combat, items, progression and native UI.",
"author": {
"name": "starmerx-luxuyan",
"url": "https://github.com/starmerx-luxuyan"
},
"homepage": "https://github.com/starmerx-luxuyan/SAO",
"repository": "https://github.com/starmerx-luxuyan/SAO",
"license": "MIT",
"keywords": [
"sao",
"aincrad",
"rpg",
"gm",
"mcp",
"combat"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "SAO Aincrad GM",
"shortDescription": "Detailed Aincrad rules, runtime and HUD",
"longDescription": "A granular Aincrad game runtime for character progression, Sword Skills, equipment, crafting, combat, parties, raids, crime, quests, floors and stateful GM play.",
"developerName": "starmerx-luxuyan",
"category": "Games",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/starmerx-luxuyan/SAO",
"privacyPolicyURL": "https://github.com/starmerx-luxuyan/SAO/blob/main/docs/PRIVACY.md",
"termsOfServiceURL": "https://github.com/starmerx-luxuyan/SAO/blob/main/docs/TERMS.md",
"defaultPrompt": [
"Start a new Aincrad campaign and show my character HUD.",
"Inspect my equipment and recommend a legal upgrade from my current inventory.",
"Resolve this combat action mechanically, then narrate only what my character can observe."
],
"brandColor": "#54C6D8"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sao-aincrad on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sao-aincrad)