Monet
Rank #5,795io.github.team-monet/monet
Local-first, state-centric memory for coding agents. MCP server + CLI.
Monet is a Model Context Protocol (MCP) server published by team-monet. It ranks #5,795 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Monet is listed across 2 registries — Official MCP and Glama, with 11 tracked versions. It was first listed on Jun 23, 2026 and most recently updated on Sep 1, 2026.
Ranks ahead of 126,318 of 132,113 servers on MCP Toplist.
Use Monet
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add monet -e "MONET_STORAGE_DIR=<your MONET_STORAGE_DIR>" -- npx -y @team-monet/monet startReplace each placeholder with your own value before saving.
[mcp_servers.monet]
command = "npx"
args = ["-y", "@team-monet/monet", "start"]
[mcp_servers.monet.env]
MONET_STORAGE_DIR = "<your MONET_STORAGE_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monet": {
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<your MONET_STORAGE_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monet": {
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<your MONET_STORAGE_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"monet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<your MONET_STORAGE_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monet": {
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<your MONET_STORAGE_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"monet": {
"command": "npx",
"args": [
"-y",
"@team-monet/monet",
"start"
],
"env": {
"MONET_STORAGE_DIR": "<your MONET_STORAGE_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.team-monet%2Fmonet)<a href="https://mcptoplist.com/server/io.github.team-monet%2Fmonet"><img src="https://mcptoplist.com/badge/io.github.team-monet%2Fmonet.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
team-monet
Available versions (11)
| Version | Published |
|---|---|
| 1.11.0 | Sep 1, 2026 |
| 1.10.0 | Aug 31, 2026 |
| 1.9.1 | Aug 29, 2026 |
| 1.9.0 | Aug 26, 2026 |
| 1.8.0 | Aug 26, 2026 |
| 1.7.1 | Aug 21, 2026 |
| 1.7.0 | Aug 21, 2026 |
| 1.6.3 | Aug 16, 2026 |
| 1.2.4 | Jun 23, 2026 |
| 1.2.3 | Jun 23, 2026 |
| 1.2.2 | Jun 23, 2026 |
Frequently asked questions
- Who maintains Monet?
- Monet is maintained by team-monet, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Monet listed on the Official MCP Registry?
- Yes — Monet is listed on the Official MCP Registry, alongside Glama.
- How many versions does Monet have?
- MCP Toplist tracks 11 versions of Monet, most recently published on Sep 1, 2026.
- Where can I find the source code for Monet?
- The source code for Monet is hosted at github.com/team-monet/with-monet.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.