MCP Server
MCP
agentmem
Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.
Install
uvx quilmem
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "quilmem",
"version": "0.2.5",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Path to the SQLite database file",
"isRequired": true,
"default": "./memory.db",
"type": "named",
"name": "--db"
},
{
"description": "Project name / namespace for memories",
"isRequired": true,
"default": "myproject",
"type": "named",
"name": "--project"
},
{
"value": "serve",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment