npm @homespunapps/mcpstreamable-httpMITupdated 10d ago
Apps your AI builds and hosts, for you and the people you invite.
Homespun で何ができる?
Homespun
Apps your AI builds and hosts, for you and the people you invite.
An agent creates a real web app from a single HTML file plus a manifest, and Homespun hosts it at a URL. People open the link and use it. No install, no build step, no deploy pipeline.
Docs: docs.homespun.dev
What is in this repository
The client side, all MIT licensed:
| Package | What it is |
|---|---|
@homespunapps/cli |
The homespun command line client |
@homespunapps/mcp |
The MCP server, so an agent can drive Homespun as a tool |
@homespunapps/core |
Shared client library and types |
Plus the agent skill (skills/homespun) and the Claude plugin
(plugins/homespun).
The relay, which is the hosted server these clients talk to, is not open source and is not in this repository.
Getting started
npm install -g @homespunapps/cli
homespun agent register
homespun deploy ./my-app
./my-app needs an index.html and a manifest.json. The
quickstart walks through both.
To use Homespun from a chat client such as Claude or ChatGPT instead of a terminal, see Connect to your AI chat, which needs no install at all.
Reference
Every reference page below is generated from the source it documents, and a test fails the build when the two disagree.
- HTTP API, every
/v1endpoint - CLI, every command and flag
- SDK, the
window.homespunbrowser API - Manifest, the app manifest format
- Errors, every error code
- Agent guide and MCP guide
Contributing
This repository is a read-only mirror. See CONTRIBUTING.md.
License
MIT. See LICENSE.
インストール
Homespun をクライアントに追加します。お使いのものを選んでください。
{
"servers": {
"mcp": {
"type": "http",
"url": "https://homespun.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @homespunapps/mcpcodex mcp add mcp -- npx -y @homespunapps/mcpamp mcp add mcp -- npx -y @homespunapps/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@homespunapps/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@homespunapps/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @homespunapps/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント13/25
- メンテナンス25/25
- 信頼性16/20
- 機能0/15
- 導入のしやすさ15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.6.59 | 2026年8月12日 |
| 1.6.58 | 2026年8月11日 |
| 1.6.57 | 2026年8月10日 |
| 1.6.56 | 2026年8月9日 |
| 1.6.55 | 2026年8月9日 |
| 1.6.54 | 2026年8月8日 |
| 1.6.53 | 2026年8月8日 |
| 1.6.52 | 2026年8月7日 |
| 1.6.51 | 2026年8月7日 |
| 1.6.50 | 2026年8月7日 |
| 1.6.49 | 2026年8月6日 |
| 1.6.48 | 2026年8月5日 |
| 1.6.47 | 2026年8月5日 |
| 1.6.46 | 2026年8月5日 |
| 1.6.45 | 2026年8月4日 |
| 1.6.44 | 2026年8月4日 |
| 1.6.43 | 2026年8月4日 |
| 1.6.42 | 2026年8月2日 |
| 1.6.41 | 2026年8月1日 |
| 1.6.40 | 2026年8月1日 |
| 1.6.39 | 2026年7月31日 |
| 1.6.38 | 2026年7月31日 |
| 1.6.37 | 2026年7月31日 |
| 1.6.36 | 2026年7月31日 |
| 1.6.35 | 2026年7月31日 |
| 1.6.34 | 2026年7月30日 |
| 1.6.33 | 2026年7月30日 |
| 1.6.32 | 2026年7月30日 |
| 1.6.31 | 2026年7月30日 |
| 1.6.30 | 2026年7月30日 |
| 1.6.29 | 2026年7月30日 |
| 1.6.28 | 2026年7月30日 |
| 1.6.27 | 2026年7月30日 |
| 1.6.26 | 2026年7月29日 |
| 1.6.25 | 2026年7月29日 |
| 1.6.24 | 2026年7月29日 |
| 1.6.23 | 2026年7月29日 |
| 1.6.22 | 2026年7月28日 |
| 1.6.21 | 2026年7月28日 |
| 1.6.20 | 2026年7月28日 |
| 1.6.19 | 2026年7月28日 |
| 1.6.18 | 2026年7月28日 |
| 1.6.17 | 2026年7月28日 |
| 1.6.16 | 2026年7月28日 |
| 1.6.15 | 2026年7月28日 |
| 1.6.14 | 2026年7月27日 |
| 1.6.13 | 2026年7月27日 |
| 1.6.12 | 2026年7月26日 |
| 1.6.11 | 2026年7月26日 |
| 1.6.10 | 2026年7月26日 |
| 1.6.6 | 2026年7月26日 |
| 1.6.5 | 2026年7月25日 |
| 1.6.4 | 2026年7月25日 |
| 1.6.3 | 2026年7月25日 |
| 1.6.2 | 2026年7月24日 |
| 1.6.1 | 2026年7月23日 |
| 1.6.0 | 2026年7月23日 |
| 1.5.1 | 2026年7月22日 |
| 1.5.0 | 2026年7月22日 |
| 1.4.3 | 2026年7月22日 |