What is the Monet MCP server?
Local-first, state-centric memory for coding agents. MCP server + CLI.
How to install Monet
Copy-paste configuration for popular MCP clients.
MONET_STORAGE_DIRDirectory where Monet stores local-first memory. Defaults to ~/.monet (organized per project by circle).
{
"mcpServers": {
"monet": {
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<YOUR_MONET_STORAGE_DIR>"
}
}
}
}{
"mcpServers": {
"monet": {
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<YOUR_MONET_STORAGE_DIR>"
}
}
}
}{
"mcpServers": {
"monet": {
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<YOUR_MONET_STORAGE_DIR>"
}
}
}
}{
"servers": {
"monet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<YOUR_MONET_STORAGE_DIR>"
}
}
}
}claude mcp add monet --env MONET_STORAGE_DIR=<YOUR_MONET_STORAGE_DIR> -- npx -y @team-monet/monet startRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.