swic
Verified Safeby kelceyp-mcp-servers
Overview
Manages development workflow entities like stories, documents, and templates, integrated with AI assistants via Model Context Protocol (MCP) for orchestrating development workflows.
Installation
swic-mcpEnvironment Variables
- BUN_BIN
- BUN
- BUN_PATH
Security Notes
The project demonstrates robust path validation and boundary enforcement, significantly reducing path traversal risks. File operations use atomic writes where appropriate. A minor risk exists in CLI commands using `child_process.execSync` with `process.env.EDITOR`, which could be exploited if `EDITOR` is set to a malicious executable. The `swic-mcp` launcher delegates to `bun` via `process.env.BUN_BIN` (or similar), posing a standard risk if the Bun executable path is hijacked. The server primarily communicates via standard I/O (stdio), limiting direct network attack surface.
Similar Servers
awesome-mcp-servers
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
mcp-dblp
Provides a Model Context Protocol (MCP) server for Large Language Models (LLMs) to access, search, and manage publications and BibTeX entries from the DBLP computer science bibliography database.
sumup-mcp
Provides a Model Context Protocol (MCP) server to enable natural language interactions with SumUp APIs via large language models (LLMs).