An MCP server to run arbitrary commands
| Tool name | Description | Destructive? |
|---|---|---|
| web_search | ✓ no | |
| read_file | ✓ no | |
| read_multiple_files | ✓ no | |
| write_file⚠ | ⚠ yes | |
| edit_file | ✓ no |
| create_directory | ✓ no | |
| list_directory | ✓ no | |
| directory_tree | ✓ no | |
| move_file | ✓ no | |
| search_files | ✓ no | |
| get_file_info | ✓ no | |
| list_allowed_directories | ✓ no |
{
"mcpServers": {
"agent-inframcp-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands"
]
}
}
}