Skip to main content
ClaudeWave

A board your AI coding agent can write to. Ten active notes, oldest tumbles to archive, so context stays bounded. Local, no cloud.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: NPX · sticky-mcp
Claude Code CLI
claude mcp add sticky -- npx -y sticky-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "sticky": {
      "command": "npx",
      "args": ["-y", "sticky-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# STICKY
<img width="924" height="265" alt="image" src="https://github.com/user-attachments/assets/140760b9-e635-461b-a7e1-466b48d98a13" />

**A board your coding agent can write to — and you can see.**

Your agent forgets between sessions. The usual fix is a `CLAUDE.md` that grows until it's a
thousand lines of stale rules nobody deletes, quietly costing you tokens on every request.

STICKY holds **ten active notes**. When the eleventh arrives, the oldest one tumbles to the
archive on its own. Nothing to prune, nothing to garden.

```bash
npx sticky-mcp
```

That's it. The board opens in your browser. No account, no cloud, no config.

---

## Wire it to your agent

```bash
claude mcp add sticky -- npx sticky-mcp-server
```

Cursor, Cline, Windsurf and anything else that speaks MCP work the same way — point them at
`npx sticky-mcp-server`.

Or add it to your MCP config by hand:

```json
{
  "mcpServers": {
    "sticky": {
      "command": "npx",
      "args": ["-y", "sticky-mcp-server"]
    }
  }
}
```

> `sticky-mcp-server` takes no flags on purpose. Some CLIs — Claude Code among them — read
> `-y` and `--mcp` as their own options and never pass them through, so a command with
> nothing after it is the only one that works everywhere.

Your agent gets two tools:

- **`post_sticky`** — pin a decision, a constraint, or where the work paused
- **`read_active_stickies`** — read the board at the start of a session

## The three columns

| | what it holds | reaches the agent |
|---|---|---|
| **Pinned** | permanent rules — *"use C# 12"*, *"never touch migrations by hand"* | always |
| **Active** | current decisions and where work stopped | always, newest 10 |
| **Archive** | whatever tumbled off | **never — zero tokens** |

Drag a note between columns. Drop it on **Pinned** and it becomes a permanent rule. Drop it on
**Archive** and it stops reaching the agent immediately. Double-click to edit, click the cross
to bin a bad assumption.

The board updates live as your agent posts — you watch it think.

## What's bounded, and what isn't

Being precise, because a promise that isn't quite true is worse than no promise:

- **Active is capped at 10** (configurable 5–20). The oldest unpinned note tumbles out.
- **Pinned is capped at 15.** Rules never tumble — a rule vanishing silently would be worse
  than the bloat — so instead the board refuses the sixteenth and asks you to retire one.
- **Archive is unbounded** and costs nothing, because it never reaches the model.

So the agent's context stays bounded at roughly 25 notes, permanently, no matter how long
you work.

## Your data

The board is a SQLite file at `~/.sticky/store.db`. The web server binds to `127.0.0.1` and
nothing else. There is no telemetry, no analytics, and no network code in this package beyond
the local server itself.

## Options

```
npx sticky-mcp                 open the board
npx sticky-mcp --mcp           run as an MCP server (agents launch this)

  --cap <n>      active notes before the oldest tumbles (default 10)
  --port <n>     board port (default 7317)
  --db <path>    where the board lives (default ~/.sticky/store.db)
  --no-open      start without opening a browser
```

Want it floating beside your editor? `chrome --app=http://localhost:7317`

## Requires

Node 22.5 or newer — STICKY uses Node's built-in SQLite, so there's nothing to compile and
no native modules to install.

---

MIT licensed. Built by [Juvina](https://juvina.ai).

Lo que la gente pregunta sobre sticky

¿Qué es 1picassoai/sticky?

+

1picassoai/sticky es mcp servers para el ecosistema de Claude AI. A board your AI coding agent can write to. Ten active notes, oldest tumbles to archive, so context stays bounded. Local, no cloud. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-08.

¿Cómo se instala sticky?

+

Puedes instalar sticky clonando el repositorio (https://github.com/1picassoai/sticky) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar 1picassoai/sticky?

+

Nuestro agente de seguridad ha analizado 1picassoai/sticky y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene 1picassoai/sticky?

+

1picassoai/sticky es mantenido por 1picassoai. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.

¿Hay alternativas a sticky?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega sticky en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: 1picassoai/sticky
[![Featured on ClaudeWave](https://claudewave.com/api/badge/1picassoai-sticky)](https://claudewave.com/repo/1picassoai-sticky)
<a href="https://claudewave.com/repo/1picassoai-sticky"><img src="https://claudewave.com/api/badge/1picassoai-sticky" alt="Featured on ClaudeWave: 1picassoai/sticky" width="320" height="64" /></a>

Más MCP Servers

Alternativas a sticky