MCP Server
MCP
Monet
Local-first, state-centric memory for coding agents. MCP server + CLI.
Install
npx -y @team-monet/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@team-monet/monet",
"version": "1.7.1",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "start",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Directory where Monet stores local-first memory. Defaults to ~/.monet (organized per project by circle).",
"name": "MONET_STORAGE_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment