Memory Management MCP Server for LLM Brains
If you want an AI assistant working directly with Baby Skynet, the baby skynet mcp server is the bridge. Memory Management MCP Server for LLM Brains.
Ein MCP Server der Claude ein permanentes, durchsuchbares Gedächtnis verleiht - inklusive semantischer Analyse, Multi-Provider LLM Support und Graph-Datenbank Integration.
Once connected, the assistant can call these 12 tools directly:
Kategorisierung — Strukturierte Organisation von WissenVolltext-Suche — Finde alte Gespräche und ErkenntnisseMulti — Provider Support** - Ollama (lokal) + Anthropic APIMCP — kompatible Umgebung** (Claude Desktop, etc.)save_memory_with_graph — Memory mit automatischer Vernetzungsearch_memories_with_graph — Erweiterte Suche mit Kontextget_memory_graph_context — Beziehungsnetzwerk anzeigenget_graph_statistics — Netzwerk-StatistikenImport — Pfade entsprechend aktualisiertVoraussetzungen — The Voraussetzungen tool exposed by this serverInstallation — The Installation tool exposed by this serverKonfiguration — The Konfiguration tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 2 environment variables: ANTHROPIC_API_KEY, NEO4J_URL. Keep credentials in your client's env block or a secrets manager rather than committing them.
AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. Baby Skynet sits in that group, and the shape of its toolset — Kategorisierung, Volltext-Suche, Multi among others — tells you what it is really for. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Kategorisierung | Strukturierte Organisation von Wissen |
| Volltext-Suche | Finde alte Gespräche und Erkenntnisse |
| Multi | Provider Support** - Ollama (lokal) + Anthropic API |
| MCP | kompatible Umgebung** (Claude Desktop, etc.) |
| save_memory_with_graph | Memory mit automatischer Vernetzung |
| search_memories_with_graph | Erweiterte Suche mit Kontext |
| get_memory_graph_context | Beziehungsnetzwerk anzeigen |
| get_graph_statistics | Netzwerk-Statistiken |
| Import | Pfade entsprechend aktualisiert |
| Voraussetzungen | The Voraussetzungen tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Konfiguration | The Konfiguration tool exposed by this server. |
{
"mcpServers": {
"baby-skynet": {
"command": "node",
"args": [
"/pfad/zu/baby-skynet/build/index.js",
"--db-path", "/pfad/zu/claude_memory.db",
"--brain-model", "claude-3-5-haiku-latest"
],
"env": {
"ANTHROPIC_API_KEY": "your_api_key_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
| NEO4J_URL | Endpoint or connection string the server talks to. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.