mcp-server
by roadrunner-plugins
Overview
This server-side application is designed for managing and orchestrating processes or plugins, handling events, and facilitating inter-service communication via RPC.
Installation
go run .Environment Variables
- PORT
- LOG_LEVEL
Security Notes
As an RPC and plugin-enabled server, it presents inherent network and potential code execution risks via executor.go. Without code, robust authentication, authorization, input validation, and secure default configurations cannot be verified. The .rr.yaml.example suggests integration with a process manager, which could introduce additional security considerations.
Similar Servers
last9-mcp-server
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
osmmcp
Enables LLMs to interact with OpenStreetMap data through a rich set of geospatial tools, including geocoding, routing, and points of interest search.
mcp-collection
Provides a containerized server application, likely part of a larger collection or system, designed for automated dependency management.
ops-mcp-server
This server unifies an observability stack (Kubernetes events, Prometheus metrics, Elasticsearch logs, Jaeger traces, SOPS operations) into a single Model Context Protocol (MCP) interface for AI assistants to query and interact with operational data.