Back to Home
ivmarcos icon

ai-article-build-mcp-server-claude

Verified Safe

by ivmarcos

Overview

A Model Context Protocol (MCP) server providing file system and utility tools for AI models like Claude to interact with the local environment.

Installation

Run Command
npx tsx /absolute/path/to/src/index.ts

Security Notes

The server uses `execSync` within the `run_command` tool, which is inherently risky. However, it's mitigated by a strict whitelist of allowed commands (pwd, whoami, date, uptime, hostname), preventing arbitrary command execution. File system operations are limited by the process's permissions. There is a debug `fs.writeFile` to a hardcoded absolute path in `get_time` which should be removed in production, but it's not a direct vulnerability. No `eval` or obfuscation found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-22

Tags

MCPFile SystemUtilitiesDeveloper ToolsClaude