linea-mcp
by 0xredeth
Overview
A lightweight, in-memory HTTP key-value store server, primarily designed for development, testing, or simple data caching within trusted environments where data persistence and strong authentication are not critical requirements.
Installation
go run main.goSecurity Notes
CRITICAL: The server explicitly implements a 'NoOpAuth' (no-operation authentication) and provides no other authentication mechanisms in the current codebase. This means any client with network access can read, write, and delete data without any form of authentication or authorization. This is highly insecure for production environments or any setup exposed to untrusted networks. No other major risks like 'eval', obfuscation, hardcoded secrets, or command injection were found in the provided snippets.
Similar Servers
memory-mcp-server-go
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
mcp-gateway
A gateway or proxy server for managing and routing API requests, likely including authentication (OAuth) and JSON-RPC handling.
mcp-gopls
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Go code via gopls, offering navigation, diagnostics, testing, coverage, and refactoring capabilities.
last9-mcp-server
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.