go-assern
Verified Safeby valksor
Overview
Aggregates multiple MCP (Model Context Protocol) servers into a single interface, providing project-level configuration for different credentials, environment variables, and tool sets.
Installation
assern serveEnvironment Variables
- ASSERN_LOG_LEVEL
- ASSERN_OUTPUT_FORMAT
- GITHUB_TOKEN
- WORK_GITHUB_TOKEN
- PERSONAL_GITHUB_TOKEN
- SLACK_TOKEN
- JIRA_TOKEN
- API_TOKEN
- OAUTH_CLIENT_ID
- OAUTH_CLIENT_SECRET
- MY_API_KEY
Security Notes
The project demonstrates good security practices including checksum and Cosign signature verification for installations, detailed security policy documentation, and pre-commit linting/security checks (`golangci-lint`, `govulncheck`). However, its core functionality involves spawning user-defined commands for backend MCP servers. This inherently means the overall security depends heavily on the trustworthiness and configuration of these backend commands/servers, which is the user's responsibility. Assern itself does not appear to introduce new vulnerabilities but acts as a privileged executor.
Similar Servers
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.