You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation and remove old branding assets
- Updated README.md with latest project information
- Updated memory system prompt documentation
- Removed deprecated logo files (PNG/SVG variants)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
1.**Primary**: `~/.config/cortexgraph/.env` ← Use this for `uv tool install` / `uvx`
392
371
2.**Fallback**: `./.env` (current directory) ← Only works for editable installs
@@ -418,22 +397,6 @@ Use that path in your config. Replace `yourusername` with your actual username.
418
397
419
398
**Why absolute path?** GUI apps like Claude Desktop don't inherit your shell's PATH configuration (`.zshrc`, `.bashrc`). Using the full path ensures it always works.
420
399
421
-
**Alternative: Simple command (only if cortexgraph is in system PATH)**
422
-
423
-
If you've symlinked cortexgraph to `/usr/local/bin` or `/opt/homebrew/bin`:
424
-
425
-
```json
426
-
{
427
-
"mcpServers": {
428
-
"cortexgraph": {
429
-
"command": "cortexgraph"
430
-
}
431
-
}
432
-
}
433
-
```
434
-
435
-
Configuration loaded from `~/.config/cortexgraph/.env` or environment variables (see Configuration section above).
436
-
437
400
**For development (editable install):**
438
401
439
402
```json
@@ -487,19 +450,6 @@ Update your Claude config with the absolute path:
487
450
```
488
451
489
452
Replace `/Users/username/.local/bin/cortexgraph` with your actual path from `which cortexgraph`.
490
-
491
-
**Alternative: System-wide install**
492
-
493
-
You can also install to a system location that Claude Desktop searches:
After migration, update your Claude Desktop config to use `cortexgraph` instead of `stm`.
555
-
556
483
## CLI Commands
557
484
558
485
The server includes 7 command-line tools:
@@ -782,16 +709,11 @@ AGPL-3.0 License - See [LICENSE](LICENSE) for details.
782
709
783
710
This project uses the GNU Affero General Public License v3.0, which requires that modifications to this software be made available as source code when used to provide a network service.
784
711
785
-
### Knowledge & Memory
786
-
*[mem0ai/mem0-mcp](https://github.com/mem0ai/mem0-mcp) (Python) - A MCP server that provides a smart memory for AI to manage and reference past conversations, user preferences, and key details.
787
-
*[cortexgraph](https://github.com/simplemindedbot/cortexgraph) (Python) - A Python-based MCP server that provides a human-like short-term working memory (JSONL) and long-term memory (Markdown) system for AI assistants. The core of the project is a temporal decay algorithm that causes memories to fade over time unless they are reinforced through use.
788
-
*[modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/server-memory) (TypeScript) - A knowledge graph-based persistent memory system for AI.
0 commit comments