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 central directory for discovering and referencing various Model Context Protocol (MCP) servers, clients, and frameworks for AI agents.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for advanced text analysis, content gap detection, and SEO optimization.
mcp-dblp
Provides Large Language Models (LLMs) with structured access to the DBLP computer science bibliography for searching publications, processing citations, and exporting BibTeX entries.
sumup-mcp
This server acts as a Model Context Protocol (MCP) server, bridging large language models (LLMs) with SumUp APIs to enable natural language interactions with a user's SumUp account.