Mnemos
@s60yucca
About Mnemos
A persistent memory engine for AI coding agents. Single Go binary, zero runtime dependencies, MCP-native.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mnemos": {
"command": "mnemos",
"args": [
"serve"
],
"env": {
"MNEMOS_PROJECT_ID": "my-project"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mnemos?
A persistent memory engine for AI coding agents. It gives Claude Code, Kiro, Cursor, Windsurf, and other MCP clients memory that survives across sessions, storing architecture decisions, bug root causes, project conventions, and non-obvious implementation details. It is a single Go binary with embedded SQLite, requiring no Docker, cloud, Python, or Node.
How to use Mnemos?
Install via curl -fsSL https://raw.githubusercontent.com/s60yucca/mnemos/main/install.sh | bash, then run mnemos init to create the database and config. Start the MCP server with mnemos serve and configure your MCP client (e
Basic information
More Other MCP servers
MaxKB
1Panel-devπ₯ MaxKB is an open-source platform for building enterprise-grade agents. εΌΊε€§ζη¨ηεΌζΊδΌδΈηΊ§ζΊθ½δ½εΉ³ε°γ
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcocoδΈζ’δΊ CSS
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments