Back to Home
gnufoo icon

MeCP

Verified Safe

by gnufoo

Overview

A self-hosted Rust server for AI context management, offering modular integrations with databases and LLM reasoning via the Model Context Protocol.

Installation

Run Command
cargo run --release

Security Notes

The server implements robust Web3 authentication with JWT sessions, daily nonces, and signature verification, along with address whitelisting. Key configuration values like database passwords and JWT secrets are defaulted in `config.toml` but clearly documented for change in production, with helper scripts to generate secure secrets. `CorsLayer::permissive()` is used, which is permissive for development but a risk in production without explicit configuration. The Neo4j installation script sets `server.default_listen_address=0.0.0.0` which can expose the database if not behind a firewall. However, the documentation explicitly highlights hardening for production. No obvious malicious patterns or 'eval' usage.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

RustAILLMDatabasesWeb3