Back to Home
anortham icon

sherpa

Verified Safe

by anortham

Overview

Guides AI agents through systematic software development workflows, promoting best practices and habit formation via positive reinforcement.

Installation

Run Command
bun run /absolute/path/to/sherpa-server.ts

Environment Variables

  • HOME
  • USERPROFILE

Security Notes

The server primarily operates locally, interacting via standard I/O (stdio) and persisting state to the user's home directory (`~/.sherpa/`). Input arguments are validated for length and type, and workflow YAML files are parsed, not executed. File operations for state persistence (`user-profile.json`, `progress-tracker.json`, `workflow-state.json`) use atomic writes (temp file + rename) and include robust error handling with retry mechanisms and graceful degradation. There are no obvious hardcoded secrets or direct network listening services exposed. The risk of `eval` or arbitrary code execution from workflow files is mitigated by parsing YAML rather than executing code. Overall, it demonstrates good security practices for a local agent-guidance tool.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens260
Stars0
Forks0
Last Update2025-11-25

Tags

AI guidanceworkflow automationbehavioral psychologydeveloper toolsMCP server