Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Inkcheck
Inkcheck logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:48:09 PM

Inkcheck

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).
inkinteractive-fictiontestingcideveloper-tools

Mechanically tests Ink stories for compile errors, broken branches, dead content, and distinct endings through CLI, CI, or MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "chaoz23-inkcheck": {
      "command": "npx",
      "args": [
        "-y",
        "inkcheck"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Overview

The chaoz23/inkcheck MCP server exposes bounded mechanical QA for Ink interactive-fiction stories. It compiles stories with Ink’s official compiler, explores reachable choice states within configured limits, and reports runtime failures with reproducible paths. It also detects unreachable knots and distinct endings without generating or rewriting prose. Reach for it when an agent, CI job, or writer needs repeatable checks on an Ink story rather than editorial feedback.

Use cases

β€’Check an Ink story in CI before release
β€’Replay runtime-error paths found during branch exploration
β€’Find unreachable knots and dead story content
β€’Verify distinct endings within configured search limits

Key features

β€’Ink compiler checks
β€’Bounded branch exploration
β€’Runtime-error reproduction paths
β€’Dead-content detection
β€’Ending discovery
β€’MCP campaign controls

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Inkcheck.

Extracted Tool Capabilities
Ink compiler checks
Bounded branch exploration
Runtime-error reproduction paths
Dead-content detection
Ending discovery
MCP campaign controls

How Inkcheck works

What chaoz23/inkcheck MCP server does

The chaoz23/inkcheck MCP server checks Ink interactive-fiction projects through deterministic analysis rather than AI-generated review. It compiles the supplied story, runs the Ink runtime, and explores reachable choice paths within explicit bounds. Reports can identify compile failures, runtime errors, unreachable knots, dead content, and distinct endings. Runtime findings include a path that can be replayed to reproduce the failure.

The project is intended for mechanical quality assurance. It does not write, rewrite, or send prose to an AI service, and it does not use machine learning or generative models to evaluate the story. Human authors, CI systems, and coding agents can use the same checks.

How it works

Exploration is bounded rather than a proof that every possible story state is correct. Loops, variables, randomness, and host-game code can produce more states than the checker can visit. The result therefore distinguishes discovered evidence from partial coverage and reports when configured limits prevented complete exploration.

The checker follows real reachable choice states and preserves exact reproduction paths for failures it finds. Re-running the same configured check can look for a previously discovered broken path after a change. MCP campaigns can use named modes such as quick, balanced, deep, overnight, or campaign; balanced is the default for a fresh agent. The material also describes bounded overrides for resource, time, state, window, memory, disk, deadline, stopping, and search preferences.

Setup and configuration

The standalone CLI requires Node.js 18 or newer. A local story can be checked with npx -y inkcheck path/to/main.ink. For MCP use, the documented registration command is claude mcp add inkcheck -- npx -y inkcheck mcp.

MCP agents can choose a campaign posture instead of manually setting explorer weights. Fixed mode preserves explicit legacy controls. Campaigns may select a preferred evidence goal such as broad QA, runtime assertions, outcomes, or approved goals, subject to the documented bounds and validation rules. The supplied material does not specify a configuration file format or individual MCP tool names.

Tools and capabilities

  • Compile Ink stories with the official Ink compiler.
  • Explore reachable story branches within explicit limits.
  • Report runtime errors with exact replay paths.
  • Detect unreachable knots and other dead content.
  • Enumerate distinct endings found during bounded exploration.
  • Run checks through the CLI, CI workflows, or MCP integrations.
  • Support durable campaign concepts, resumable checkpoints, and evidence reports as described for the 0.6 and 0.7 releases.

Limitations and notes

The chaoz23/inkcheck MCP server does not establish that a large story is bug-free. Exhaustive exploration can be impractical because of combinatorial growth, loops, randomness, and dependencies on host-game code. Findings are actionable within the tested bounds, while unvisited states remain unverified.

The release notes describe some advanced capabilities as experimental, opt-in, or subject to evidence gates. In particular, dynamic search policies and assertion-directed specialist exploration should not be treated as universally better coverage. Declared numeric invariants are supported in the hosted checker and local configurations, but invalid variables, types, or grammar fail validation before exploration. A fresh bounded run remains necessary for broad verification after edits.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • Eval View logoEval View

    Regression testing framework for AI agents. Save golden baselines, detect behavioral drift, and block regressions in CI. Works with LangGraph, CrewAI, OpenAI, Claude, and any HTTP API.

    πŸ’» Developer Tools3 views
    Compare vs Eval View β†’
  • Build logoBuild

    Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

    πŸ’» Developer Tools4 views
    Compare vs Build β†’
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    πŸ’» Developer Tools16 views
    Compare vs Magic MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
npm downloads
208
Package downloads in the last 30 days.
Last commit
17d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Inkcheck

With Node.js 18 or newer, register it using `claude mcp add inkcheck -- npx -y inkcheck mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewInkcheck AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/chaoz23-inkcheck?style=directory)](https://allmcps.com/mcp/chaoz23-inkcheck)
HTML Embed
<a href="https://allmcps.com/mcp/chaoz23-inkcheck"><img src="https://allmcps.com/api/badge/chaoz23-inkcheck?style=directory" alt="Inkcheck on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit17d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 25, 2026
npm downloads208/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
56Quality signal: Good Β· 56/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Β· inkcheck (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Inkcheck β†’Install in Claude DesktopInstall in CursorInstall in VS Code