npm spacefaststreamable-httpupdated 18d ago
Publish files and folders with Spacefast from Claude Code, Claude Desktop, Codex, or Cursor. Each plugin includes the instructions and MCP configuration its client needs.
Spacefast で何ができる?
Spacefast plugins
Publish files and folders with Spacefast from Claude Code, Claude Desktop, Codex, or Cursor. Each plugin includes the instructions and MCP configuration its client needs.
Install
Claude Code
claude plugin marketplace add spacefast/plugins
claude plugin install spacefast@spacefast
Claude Desktop
Download spacefast.mcpb
and open it in Claude Desktop.
Codex
codex plugin marketplace add spacefast/plugins
codex plugin add spacefast@spacefast
Cursor
Install the released Cursor plugin.
Skill only
Use the standalone skill when your agent supports skills but not plugins:
npx -y skills add spacefast/plugins --skill spacefast -g -y
Use
Ask your agent: Publish this project with Spacefast.
Anonymous publishes need no account and return a live URL plus a one-time claim link. Run
npx -y spacefast login first when you want to publish into your team.
Guides
インストール
Spacefast をクライアントに追加します。お使いのものを選んでください。
{
"servers": {
"spacefast": {
"type": "http",
"url": "https://mcp.spacefast.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add spacefast -- npx -y spacefastcodex mcp add spacefast -- npx -y spacefastamp mcp add spacefast -- npx -y spacefast{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"spacefast": {
"type": "local",
"command": "npx",
"args": [
"-y",
"spacefast"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"spacefast": {
"command": {
"path": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y spacefastRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント15/25
- メンテナンス25/25
- 信頼性9/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 10 days ago
- Has a release history
- Repository is not archived
- No licence detected
- 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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.0.26最新 | 2026年8月22日 |
| 0.0.24 | 2026年8月12日 |
| 0.0.23 | 2026年8月6日 |
| 0.0.21 | 2026年8月5日 |
| 0.0.20 | 2026年8月5日 |
| 0.0.18 | 2026年8月5日 |
| 0.0.17 | 2026年8月5日 |
| 0.0.12 | 2026年7月27日 |
| 0.0.11 | 2026年7月19日 |
| 0.0.10 | 2026年7月19日 |
| 0.0.9 | 2026年7月15日 |
| 0.0.8 | 2026年7月15日 |
| 0.0.7 | 2026年7月15日 |
| 0.0.6 | 2026年7月10日 |