Security Considerations
@shane-kercheval
关于 Security Considerations
mcp-this lets you turn any command-line tool into an MCP tool and create structured prompt templates that any MCP Client (e.g. Claude Desktop) can use. er for any command
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-this": {
"command": "uvx",
"args": [
"mcp-this",
"--config-path",
"./my-tools.yaml"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Security Considerations?
Security Considerations is an MCP server that dynamically exposes CLI/bash commands as tools and prompt templates through YAML configuration files. It allows users to define commands and structured prompt templates in YAML, making them available to MCP clients like Claude Desktop.
How to use Security Considerations?
Install uvx (via the Astral uv installer), then create a YAML file defining tools and prompts. Configure the client (e.g., claude_desktop_config.json) with the command uvx mcp-this --config-path /path/to/your-config.yaml. Alternatively, use presets (--preset default, --preset editing, --preset github) or environment variables.
Key features of Security Considerations
- Define CLI commands as MCP tools using
<<parameter>>placeholders in YAML - Create reusable AI prompt templates with
{{argument}}Handlebars syntax - Use
--config-path,--config-value, orMCP_THIS_CONFIG_PATHfor configuration - Pre-built presets: default (read-only), editing (file manipulation), github (GitHub integration)
- Optional parameters are automatically omitted from commands if not provided
- Supports conditional sections in prompts with
{{#if}}blocks
Use cases of Security Considerations
- Expose
curlandlynxfor web scraping as a Claude-accessible tool - Provide guided code review prompts with configurable focus areas
- Allow Claude to run
git statusandnpm testwithout manual terminal work - Generate technical documentation using structured prompt templates
FAQ from Security Considerations
How do I install Security Considerations?
Install uvx by running curl -LsSf https://astral.sh/uv/install.sh | sh. The server itself is installed via uvx mcp-this automatically.
How do I configure it with Claude Desktop?
Add an entry to claude_desktop_config.json under mcpServers with "command": "uvx" and "args": ["mcp-this", "--config-path", "/path/to/your-tools.yaml"].
Can I use it without a YAML file?
Yes, you can pass configuration as a JSON string with --config-value, set the MCP_THIS_CONFIG_PATH environment variable, or use a built-in preset with --preset <name>.
What are the presets included?
Three presets: default (safe, read-only tools like file exploration and web scraping), editing (file creation, edit, delete), and github (PR analysis, repository operations) with specialized prompts.
What is the difference between tools and prompts?
Tools execute CLI commands and use <<parameter>> syntax in the command template. Prompts generate text templates for AI assistants, use {{argument}} syntax with Handlebars, and do not execute commands.
开发工具 分类下的更多 MCP 服务器
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论