// simple-mcp-runner is a production-ready Model Context Protocol (MCP) server
// that provides Language Learning Models with a safe interface to discover
// and execute system commands on the local machine.
package main
import "github.com/mjmorales/simple-mcp-runner/cmd"
func main() {
cmd.Execute()
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mjmorales/simple-mcp-runner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server