agent-protocol: The Agent Protocol provides a single common interface for communicating with AI agents, addressing the challenge of diverse agent interfaces and simplifying comparison. It is a tech-stack agnostic API specification, enabling easier development of devtools and fostering ecosystem growth by reducing boilerplate.; shellguard: ShellGuard is an MCP server that provides LLM agents with controlled, read-only bash access to remote servers over SSH. It parses and validates every command against an allowlist, blocking destructive operations with helpful suggestions. The LLM can connect, run diagnostics, inspect logs, query databases, and download files without manual context-switching.
Developing new AI agents with a standard interface
Remote server diagnostics and troubleshooting without manual SSH sessions