Описание
A minimal, fast Solid server
README
A minimal, fast, JSON-LD native Solid server for the agentic web.
Architecture
Features
- LDP CRUD — GET, PUT, POST, DELETE, HEAD, PATCH (N3 + SPARQL Update)
- JSON-LD Native — Stores and serves JSON-LD by default, Turtle via
--conneg - Web Access Control —
.aclfile-based authorization - Solid-OIDC — Built-in Identity Provider with DPoP, passkeys, Schnorr SSO
- Programmatic Auth —
POST /idp/credentialsissues tokens from email/password; agents and headless clients authenticate with no browser flow - WebSocket Notifications — Real-time updates (solid-0.1 protocol)
- Content Negotiation — Turtle ↔ JSON-LD conversion (optional)
- Multi-user Pods — Path-based (
/alice/) or subdomain-based (alice.example.com) - Single-User Mode — Personal pod server with
--single-user - Git HTTP Backend — Clone and push to pod containers
- Nostr Relay — Integrated NIP-01 relay (
wss://your.pod/relay) - Nostr Auth — NIP-98 signatures, did:nostr → WebID resolution
- End-to-End Encryption — Encrypt pod content client-side via NIP-44 / NIP-04 using
did:nostrkeys (docs, zero server-side changes) - LWS / CID v1 profile shape — New pod profiles are structurally W3C Controlled Identifier documents, ready for LWS 1.0 auth (docs)
- ActivityPub — Fediverse federation with Mastodon-compatible API
- remoteStorage — draft-dejong-remotestorage-22 file sync
- MongoDB Storage — Optional
/db/route for JSON-LD at scale - WebRTC Signaling — Peer-to-peer connections via WebID-authenticated signaling
- Tunnel Proxy — Decentralized ngrok through your pod
- Terminal — WebSocket shell access via
--terminal - Password CLI —
jss passwdfor user password management - MCP Server — Expose the pod as a tool surface for agents (Claude Desktop, Cursor, custom bots) via
--mcp(docs) - HTTP 402 Payments — Monetize endpoints with per-request sat payments
- Mashlib / SolidOS UI — Optional data browser (CDN, local, or ES module)
- Storage Quotas — Per-user limits with CLI management
- Invite-Only Mode — Controlled registration via invite codes
- SSL/TLS, CORS, Range Requests, Conditional Requests
Quick Start
# Install
npm install -g javascript-solid-server
# Start
jss start
# With common options
jss start --port 8443 --idp --mashlib --conneg --git --nostr
Creating a Pod
curl -X POST http://localhost:4443/.pods \
-H "Content-Type: application/json" \
-d '{"name": "alice"}'
Using the Pod
# Read
curl http://localhost:4443/alice/public/
# Write
curl -X PUT http://localhost:4443/alice/public/data.json \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/ld+json" \
-d '{"@id": "#data", "http://example.org/value": 42}'
Android/Termux
pkg install nodejs git
npm install -g javascript-solid-server
jss start --port 8080 --nostr --git
CLI Reference
jss start [options] # Start the server
jss init [options] # Initialize configuration
jss invite <cmd> # Manage invite codes
jss quota <cmd> # Manage storage quotas
jss passwd <username> # Manage user passwords
Key options: --port, --idp, --conneg, --mashlib, --git, --nostr, --mcp, --activitypub, --webrtc, --tunnel, --terminal, --mongo, --pay, --public, --single-user
Full options: docs/configuration.md
Documentation
| Topic | Link |
|---|---|
| Configuration & Options | docs/configuration.md |
| Authentication | docs/authentication.md |
| Mashlib / SolidOS UI | docs/mashlib.md |
| WebSocket Notifications | docs/notifications.md |
| Git Support | docs/git-support.md |
| Installing Apps | docs/app-install.md |
| MCP (pod as agent tool surface) | docs/mcp.md |
| Nostr Relay | docs/nostr.md |
| ActivityPub & Mastodon API | docs/activitypub.md |
| remoteStorage | docs/remotestorage.md |
| WebRTC & Tunnel | docs/webrtc.md |
| Terminal & Password CLI | docs/terminal.md |
MongoDB /db/ Route |
docs/mongodb.md |
| HTTP 402 Payments | docs/payments.md |
| Storage Quotas | docs/quotas.md |
| Invite-Only Registration | docs/invites.md |
| Security & Subdomain Mode | docs/security.md |
| Architecture & Structure | docs/architecture.md |
Comparison
| Server | Package | Packages | node_modules |
|---|---|---|---|
| JSS | ~1 MB | ~191 | ~77 MB |
| CSS | ~6 MB | ~311 | ~152 MB |
| Pivot | ~6 MB | ~311+ | ~152 MB |
| NSS | ~7 MB | ~670 | ~539 MB |
Performance
| Operation | Requests/sec | Avg Latency | p99 Latency |
|---|---|---|---|
| GET resource | 5,400+ | 1.2ms | 3ms |
| GET container | 4,700+ | 1.6ms | 3ms |
| PUT (write) | 5,700+ | 1.1ms | 2ms |
| POST (create) | 5,200+ | 1.3ms | 3ms |
| OPTIONS | 10,000+ | 0.4ms | 1ms |
Running Tests
npm test
Maintainers
JSS is maintained by @melvincarvalho and @jjohare. See MAINTAINERS.md.
License
Licensed under AGPL-3.0. Commercial licensing also available — see LICENSING.md.
Установить Javascript Solid Server в Claude Desktop, Claude Code, Cursor
unyly install javascript-solid-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add javascript-solid-server -- npx -y javascript-solid-serverFAQ
Javascript Solid Server MCP бесплатный?
Да, Javascript Solid Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Javascript Solid Server?
Нет, Javascript Solid Server работает без API-ключей и переменных окружения.
Javascript Solid Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Javascript Solid Server в Claude Desktop, Claude Code или Cursor?
Открой Javascript Solid Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Javascript Solid Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
