dark-memory-mcp binary for Linux (x86_64)
Dark MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. dark-memory-mcp binary for Linux (x86_64).
Imagina que tu agente IA es un asistente brillante que trabaja contigo todos los días. Cada día le pides algo nuevo: refactorizar una función, escribir un test, diseñar un workflow, recordar por qué tomaste una decisión la semana pasada.
Once Dark is connected, these are the calls the assistant has available:
Dual — spec clientInfo**: legacy initialize.clientInfo (2025-06-18) +Proyecto — aplica a todo el proyecto (decisiones de arquitectura)Operador — persiste por siempre, asociado a ti (preferencias personales)dark_memory_redteam_list_mods — dark_memory_redteam_get_promptsHerramienta — Cuándo se usadark_memory_project_create — Una vez: para crear un proyecto nuevo (como "crear un workspace")dark_memory_session_start — Al comenzar a trabajar: abre tu sesión del díadark_memory_session_resume — Si cerraste mal y quieres retomardark_memory_session_status — "¿En qué punto vamos?"dark_memory_session_close — Al terminar: cierra la sesión limpiodark_memory_research_topic — "Investiga X y dame un resumen"dark_memory_research_recall — "¿Qué investigué antes sobre X?"Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Dark's toolset — Dual, Proyecto, Operador and 11 more — is a fair guide to whether it matches your workflow. It is maintained by nicourrutia98; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Dual | spec clientInfo**: legacy initialize.clientInfo (2025-06-18) + |
| Proyecto | aplica a todo el proyecto (decisiones de arquitectura) |
| Operador | persiste por siempre, asociado a ti (preferencias personales) |
| dark_memory_redteam_list_mods | dark_memory_redteam_get_prompts |
| Herramienta | Cuándo se usa |
| dark_memory_project_create | Una vez: para crear un proyecto nuevo (como "crear un workspace") |
| dark_memory_session_start | Al comenzar a trabajar: abre tu sesión del día |
| dark_memory_session_resume | Si cerraste mal y quieres retomar |
| dark_memory_session_status | "¿En qué punto vamos?" |
| dark_memory_session_close | Al terminar: cierra la sesión limpio |
| dark_memory_research_topic | "Investiga X y dame un resumen" |
| dark_memory_research_recall | "¿Qué investigué antes sobre X?" |
| dark_memory_research_resume_thread | "Continúa esa investigación de la semana pasada" |
| dark_memory_agent_bootstrap | "Carga el manual canónico" — surface: system_prompt \ |
{
"mcpServers": {
"dark-memory": {
"command": "npx",
"args": ["-y", "@opitacode/dark-memory-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.