MohmmedAshraf/symbiote
Symbiote bonds with your AI tools — giving them memory, context, and your coding DNA.
Platform-specific configuration:
{
"mcpServers": {
"symbiote": {
"command": "npx",
"args": [
"-y",
"symbiote"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
Your AI forgets. Symbiote remembers.
_Symbiote bonds with your AI tools — giving them memory, context, and your coding DNA._
[](https://www.npmjs.com/package/symbiote-cli) [](https://github.com/MohmmedAshraf/symbiote/actions/workflows/ci.yml) [](LICENSE) [](https://www.typescriptlang.org/) [](https://modelcontextprotocol.io/)
</div>
---
Every AI coding session starts from scratch. The AI doesn't know your architecture, ignores your conventions, and repeats the same mistakes you corrected yesterday. Static rule files are manual and fragile. Every new conversation is a cold start.
Your corrections vanish. Your preferences reset. Your AI has amnesia.
CLAUDE.md is great for explicit instructions — but it's static text you maintain by hand. Symbiote is a living knowledge graph that updates itself every time your codebase changes.
| | CLAUDE.md | Symbiote | | ------------------------- | --------------------------------- | ------------------------------------------------ | | Project structure | You write and maintain it | Auto-scanned, always current | | Dependencies & impact | Not possible | Full graph — "what breaks if I change this?" | | File connections | You document them manually | Every import, call, and edge mapped | | Coding style | You write rules once
Loading reviews...