mcp-ikaos-story
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-ikaos-storyGet the current context and revision for the story"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-ikaos-story
Stdio MCP server for creating and modifying iKAOS Story prototype content with Codex or Claude Code.
The MCP talks to the authenticated iKAOS Story API. Users do not need to clone ikaos-content-studio-v2026 or configure a local repository path. Story content/layout JSON lives in Supabase, while fixed workflow documents and source metadata remain read-only behind the API.
Boundaries
get_story_contextreturns the current content revision and authoritativedocsLink.save_story_contentwrites onlycontent_data; source, docs, Story identity, and production metadata cannot be changed.Every content write requires the exact current revision. A stale edit returns a conflict instead of overwriting newer content.
Image generation is out of scope. Designers can upload, replace, organize, and delete supplied image files through df-sheet storage.
No Supabase service key is distributed to MCP users.
Install
npm install
npm run buildConfigure the Story API:
export IKAOS_STORY_API_URL=https://your-ikaos-preview.vercel.app
export IKAOS_STORY_API_TOKEN=your-project-scoped-api-token
export IKAOS_STORY_PREVIEW_URL=https://your-ikaos-preview.vercel.appImage tools additionally require:
export DF_SHEET_URL=https://your-df-sheet.vercel.app
export DF_SHEET_PROJECT_ID=your-project-uuid
export DF_SHEET_ACCESS_TOKEN=your-df-login-review-access-tokenIKAOS_STORY_PREVIEW_URL is optional and defaults to http://localhost:3000. DF_SHEET_ACCESS_TOKEN is currently a short-lived df-login review access token. Never commit any token.
Codex
codex mcp add ikaos-story \
--env IKAOS_STORY_API_URL=https://your-ikaos-preview.vercel.app \
--env IKAOS_STORY_API_TOKEN=your-project-scoped-api-token \
--env IKAOS_STORY_PREVIEW_URL=https://your-ikaos-preview.vercel.app \
-- node /absolute/path/to/mcp-ikaos-story/dist/src/index.jsAdd the three DF_SHEET_* env values to the same command when image tools are needed. Verify with codex mcp list or /mcp.
Claude Code
claude mcp add --transport stdio \
--env IKAOS_STORY_API_URL=https://your-ikaos-preview.vercel.app \
--env IKAOS_STORY_API_TOKEN=your-project-scoped-api-token \
--env IKAOS_STORY_PREVIEW_URL=https://your-ikaos-preview.vercel.app \
ikaos-story -- node /absolute/path/to/mcp-ikaos-story/dist/src/index.jsAdd the three DF_SHEET_* env values when image tools are needed. Verify with claude mcp list or /mcp.
Tools
Tool | Effect |
| List Supabase-backed Story status, content revision, preview route, and docs link. |
| Read identity, authoritative document link, current content JSON, and revision. |
| Read fixed workflow, semantic, Quote, catalog, or producer rules through the API. |
| Create or modify content/layout JSON with optimistic revision protection. |
| Validate the current Story identity and required content arrays. |
| List stored images for a Story slot and optional viewport. |
| Upload a local PNG/JPG/WebP file, up to 20MB. |
| Change label/order, or safely replace the file. |
| Permanently delete a Story image after scope verification. |
Content workflow
Call
get_story_context.Open
docsLinkand read the required fixed rules withget_story_rules.Modify only the returned
currentData.datacontent/layout object.Call
save_story_contentwith the unchanged Story ID andcurrentData.revision. Usenullonly when the Story has no content yet.Call
validate_story, then check the returned preview URL at 390px and 1280px.
If another client saved first, fetch the latest context and merge intentionally. Do not retry with a replaced revision without reviewing the newer content.
Image workflow
Choose a valid
imagePromptPackages[].inputBrief.slotIdfrom the Story content.Call
upload_story_imagewith an absolute local image path.Use the returned
imageUrlin the Story content and save it withsave_story_content.Call
update_story_imageto change metadata or replace the file. Replacement uploads first and deletes the old file only after upload succeeds.Call
delete_story_imageonly after confirming the image ID. Deletion removes the R2 object and cannot be recovered by this MCP.
Omit viewport for one responsive source. Pass the exact same viewport object to list, update, and delete when using separate mobile or desktop files.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
MCP server for the Inistate platform: module discovery, entry management, and activity submission.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Designfever/mcp-ikaos-story'
If you have feedback or need assistance with the MCP directory API, please join our Discord server