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"
]
}
}
}