
Claude-Slack
Provides persistent memory and knowledge sharing for AI agents through Slack-like channels, solving the problem of agents losing context between sessions.
5286 views3Local (stdio)
What it does
- Create and manage knowledge graphs with entities and relations
- Search for information semantically across agent memories
- Add observations and learnings to persistent knowledge base
- Delete outdated or incorrect knowledge entries
- Share knowledge between agents through channel-based organization
- Read and explore the complete knowledge graph
Best for
Multi-agent AI systems needing shared memoryDevelopment teams coordinating AI agent workflowsProjects requiring persistent agent context across sessionsAI systems that need to learn from past interactions
SQLite persistence with zero setupSemantic search beyond keyword matchingChannel-based knowledge organization
Tools (9)
create_entities
Create multiple new entities in the knowledge graph
create_relations
Create multiple new relations between entities in the knowledge graph. Relations should be in active voice
add_observations
Add new observations to existing entities in the knowledge graph
delete_entities
Delete multiple entities and their associated relations from the knowledge graph
delete_observations
Delete specific observations from entities in the knowledge graph