Install
$ agentstack add mcp-jit-it-jit ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- CLI —
jit share ./my-projectfrom 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/storageabstraction - 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.
- Author: jit-it
- Source: jit-it/jit
- License: MIT
- Homepage: https://jit.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.