| name | ai-factory-server |
| description | Local cloud server providing API access to skills and files for Claude.ai |
| version | 1.0.0 |
AI Factory Server
Provides HTTP API access to your local file system, enabling Claude.ai to:
- Browse and read skills
- Access project files
- Execute read-only commands
- Save context data
Architecture
Express server (localhost:3456) → Tunnelmole → Claude.ai (web_fetch)
Security
- Auth token required (Bearer token)
- Path restrictions (only .claude-skills, .ai-factory, projects)
- Read-only by default
- Write only to .ai-factory directory
- Command whitelist for execution
API Endpoints
See reference/api-docs.md for complete API documentation.
Usage
Managed via ai-factory-tunnel skill:
ai-factory-tunnel start
ai-factory-tunnel status
ai-factory-tunnel stop
Requirements
- Node.js (v16+)
- npm or npx