mcp

BlackStar1979/mcp
★ 0 stars JavaScript 📁 File System Updated 1d ago
Modular MCP server with secure FS tools, policy engine and local file access
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "BlackStar1979/mcp"
      ]
    }
  }
}