opencode-prompts
Verified Safeby minipuft
Overview
Enhances the OpenCode IDE by tracking AI chain progress, providing gate reminders, and preserving workflow state for the 'claude-prompts' MCP server, improving AI-assisted development experience.
Installation
npx opencode-prompts installEnvironment Variables
- MCP_WORKSPACE
- OPENCODE_PLUGIN_ROOT
Security Notes
The plugin performs local file I/O for configuration and session state, and executes predefined local scripts (Python hooks, `npx claude-prompts`). Command arguments and file paths are constructed from internal logic or trusted configuration files, not directly from untrusted user input, mitigating command injection and arbitrary file write risks. The parsing of LLM responses extracts information without direct code execution.
Similar Servers
claude-prompts
This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.
mcp-server
Provides AI tools with persistent context, semantic code search, and team knowledge sharing across sessions.
memory-journal-mcp
Provides persistent project memory and integrates GitHub workflows (issues, PRs, Kanban) to bridge fragmented AI sessions for developers.
ava
AI-powered progress tracking and communication tool for developers, integrating with coding agents and Slack to reduce context switching.