---
title: "Sudocode Local Server"
description: "Local server for sudocode - providesa web UI, REST API, and WebSocket endpoints for managing specs and issues."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-652
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:48.879Z
license: CC-BY-4.0
attribution: "Sudocode Local Server — Claudary (https://claudary.paisolsolutions.com/skills/readme-652)"
---

# Sudocode Local Server
Local server for sudocode - providesa web UI, REST API, and WebSocket endpoints for managing specs and issues.

## Overview

# Sudocode Local Server

Local server for sudocode - providesa web UI, REST API, and WebSocket endpoints for managing specs and issues.

**THE SUDOCODE LOCAL APP SERVER IS WIP AND IS NOT YET IN A STABLE STATE**

## Features

- **REST API** - CRUD operations for issues, specs, relationships, and feedback
- **WebSocket Server** - Real-time updates for connected clients
- **File Watcher** - Automatic sync when JSONL files change
- **Static File Serving** - Serves frontend UI in production mode

## Usage

Run the sudocode companion app with `sudocode server`. You can specify a port with the `--port` option.

The server will start on `http://localhost:3000` by default.

### Environment Variables

The server supports the following environment variables (all prefixed with `SUDOCODE_` to avoid conflicts with project environments):

- `SUDOCODE_PORT` - Server port (default: 3000)
- `SUDOCODE_WATCH` - Enable/disable file watching (default: enabled, set to `false` to disable)

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-652) · https://claudary.paisolsolutions.com
