Back to Browse

StoryCanon MCP Server

by Exp3
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

A structured story bible for long-form fiction: scenes, characters, world, plot and foreshadowing.

About

A structured story bible for long-form fiction: scenes, characters, world, plot and foreshadowing.

Remote endpoints: streamable-http: https://storycanon.softglow.jp/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "jp-softglow-storycanon": {
      "url": "https://storycanon.softglow.jp/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

StoryCanon

StoryCanon は、ChatGPT で生成・相談した小説の設定、本文、キャラクター、世界観、伏線、TODO、現在の物語状態を作品ごとに保存するための MVP 実装です。

構成

  • apps/web: Next.js + TypeScript + Prisma + PostgreSQL の Web/API アプリ
  • infra: AWS CDK v2 による App Runner / ECR / RDS / VPC / S3 / Secrets Manager 構成
  • docs: 内部仕様、外部仕様、AWS 構築メモ
  • tests/integration: ローカル結合テスト

ローカル開発

npm install
Copy-Item .env.example apps/web/.env
docker compose up -d postgres
npm run prisma:migrate -w apps/web
npm run dev -w apps/web

テスト

AWS リソースは作成せず、ローカルの結合テストのみ実行します。

npm run test:integration

AWS

CDK と AWS CLI の手順は docs/infrastructure.md にまとめています。実行前に AWS アカウント、ドメイン、Secrets Manager の値を確認してください。

Reviews

No reviews yet

Be the first to review this server!