syntrex-lab/gomcp
๐ก๏ธ The only Open-Source RLM Memory Server with Mathematically Proven Safety. Persistent context, MCP tools & Sentinel Lattice protection for autonomous AI agents.
Platform-specific configuration:
{
"mcpServers": {
"gomcp": {
"command": "npx",
"args": [
"-y",
"gomcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
๐บ๐ธ English | ๐ท๐บ ะ ัััะบะธะน | ๐จ๐ณ ็ฎไฝไธญๆ
[](https://go.dev) [](https://opensource.org/licenses/Apache-2.0) [](https://modelcontextprotocol.io/)
> "The only RLM memory server with mathematically proven security (Sentinel Lattice). Runs locally, scales globally." > Part of the Syntrex AI SOC ecosystem.
GoMCP is the enterprise core of the Syntrex AI SOC ecosystem. It is an extremely fast, secure, and persistent Model Context Protocol (MCP) server entirely written in Go. GoMCP gives Large Language Models a permanent, evolving memory and self-modifying context, transforming standard text agents into self-improving persistent intelligences.
Get up and running in 30 seconds:
# Install
go install github.com/syntrex-lab/gomcp@latest
# Initialize
gomcp init
# Run
gomcp serve --port 9100git clone https://github.com/syntrex-lab/gomcp.git
cd gomcp
go build -o gomcp ./cmd/gomcpdocker run -d -p 9100:9100 syntrex/gomcp:latestbrew install syntrex-lab/tap/gomcp *(planned)*choco install gomcp *(planned)*Loading reviews...