AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Jit

mcp-jit-it-jit · by jit-it

Publish AI-generated content in seconds

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add mcp-jit-it-jit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-jit-it-jit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Jit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

jit

Publish AI-generated content in seconds.

Instantly publish HTML, Markdown, files, and entire projects created with AI. One command via CLI, MCP server for Claude & Cursor, or drag & drop. Self-hostable, open-source, full privacy and control.

[](LICENSE) [](https://www.npmjs.com/package/jit-it)


What is jit?

jit is an open-source, self-hostable publishing layer for AI-generated content. Create a page, doc, or app in any AI tool — get a live URL in seconds.

  • CLIjit share ./my-project from your terminal
  • MCP Server — tell Claude, Cursor, or any MCP-compatible AI to publish directly
  • Web dashboard — drag & drop, manage versions, tokens, and settings
  • Self-hostable — full control, your data, your infrastructure

Quick Start

CLI

npm install -g jit-it

# Save your API token once
jit login --token jit_your_token_here

# Publish a file or directory
jit ./my-landing-page
jit ./index.html --name my-site

MCP (Claude, Cursor, Windsurf)

Add to your MCP config:

{
  "mcpServers": {
    "jit": {
      "type": "http",
      "url": "https://jit.dev/api/mcp"
    }
  }
}

Then just ask your AI: "Publish this as my-startup"

Self-Hosting

git clone https://github.com/jit-it/jit-it
cd jit-it
cp .env.example .env   # fill in your values
docker compose up -d   # starts PostgreSQL + MinIO
pnpm install
pnpm db:migrate
pnpm dev

See the self-hosting docs for a full guide.

Monorepo Structure

apps/
  app/       # Next.js dashboard + API (app.jit.dev)
  landing/   # Marketing landing page (jit.dev)
  docs/      # Documentation (docs.jit.dev)
packages/
  db/        # Drizzle ORM schema
  auth/      # NextAuth.js + API tokens
  storage/   # S3 abstraction (R2, AWS, MinIO)
  ui/        # shadcn/ui components
  cli/       # CLI tool (npm: jit-it)
  mcp/       # MCP server (npm: @jit-it/mcp)

Tech Stack

  • Next.js 15 (App Router)
  • Drizzle ORM + PostgreSQL 16
  • NextAuth.js v5 (GitHub, Google OAuth + API tokens)
  • S3-compatible storage via @jit-it/storage abstraction
  • Turborepo + pnpm workspaces

Contributing

Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.

License

MIT — see [LICENSE](LICENSE).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.