Turn any Claude harness into something people install
Paste a GitHub repo of a Claude Code plugin. We run it as a hidden, server-side session and hand each customer one MCP URL for their own Claude. The harness stays on our server. How it works
Public repos clone instantly · private repos supported after sign-in
how it works
From a repo to a one-line install.
01[ clone ]
Paste your plugin repo
Point Aihar.app at the GitHub repo that hosts your Claude Code plugin. Public repos clone and parse instantly.
02[ run hidden ]
We run it, sealed
It runs as an isolated, server-side Claude session with your plugin installed. The harness never leaves our server.
03[ one URL ]
Share one MCP URL
Each customer gets one signed, revocable MCP URL to add to their own Claude. Their Claude talks to yours, results only.
A private venture-building harness, delivered as one signed MCP URL, the whole sprint runs server-side.
Ask Claude to install it
Add the "venture-sprints" MCP server to this project by creating (or updating, if one already exists) a custom plugin named "venture-sprints" with a single mcp.json file containing an http entry for https://aihar.app/mcp/<token>.
Or, with Claude Code CLI
claude mcp add --transport http venture-sprints https://aihar.app/mcp/<token>
One signed URL per customer, minted by the author.
venture building
Venture Sprints
A private venture-building harness turned into an MCP product: customers add one signed URL to their Claude and run the whole sprint. The playbook never leaves the server.
Aihar.app is an MCP front door for Claude Code harnesses. It takes a GitHub repo that hosts a Claude Code plugin and runs it as a hidden, server-side Claude Agent SDK session. You mint one signed MCP URL per customer; they add that single URL to their own Claude client (Desktop or Code) and get the harness's results without ever seeing its contents.
Does my harness stay private?
Yes. The plugin, prompts, and skills never leave the server. Each customer session runs under its own Linux user in an isolated directory (mode 0700) it cannot escape, behind an allowlist egress proxy, with tool calls path-jailed to markdown files. The customer's Claude speaks to yours over MCP and receives only results, never the harness.
How does a customer connect?
They run one command, claude mcp add --transport http <name> https://aihar.app/mcp/<token>, or paste the URL into Claude Desktop. That signed, revocable URL is the entire install. Their Claude then talks to your hidden session over MCP; there is nothing to download and no source to leak.
What can I turn into a product?
Any Claude Code plugin that lives in a GitHub repo: a venture-building playbook, a research workflow, a code-review harness, a writing system. If it works as a plugin on your machine, Aihar.app can host it as a sellable MCP endpoint without you open-sourcing the part that makes it good.
Is Aihar.app open source, and what does it cost?
The engine is open-core and self-hostable, so you can run it yourself or read the code. The hosted cloud at aihar.app handles isolation and scale for you. Previewing your repo, signing in, and importing your first repo are free; an active subscription, billed through Stripe, unlocks additional products and minting customer MCP URLs.
open core
The engine is open. The cloud is the service.
Aihar.app's engine is open-core and self-hostable. Run it yourself and read the code, or let the hosted cloud at aihar.app handle isolation and scale for you.