Back to Home

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

Run Command
go run main.go

Security 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

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-29

Tags

Key-Value StoreHTTP ServerIn-MemoryGoAPI