drift - codebase pattern memory MCP server
MCP server and offline CLI that detects codebase patterns and conventions and remembers architectural decisions across sessions, so agents stop drifting from house style.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webAutomated Perpetual Trading on Solana: Building Drift Protocol Bots
dev.to · Apr 29, 2026
Agent Quality Drift: The Price You Can’t Feel
medium.com · Apr 28, 2026
drift-labs/protocol-v2
github.com · Apr 28, 2026
drift-labs/drift-rs
github.com · Apr 28, 2026
AI in Cybersecurity: The Ultimate Drift Between Attackers and Defenders
dev.to · Apr 27, 2026
Featured in
MCP servers and Model Context Protocol tools
Production MCP servers, gateways, frameworks, and clients - everything in this directory that speaks the Model Context Protocol.
Memory and knowledge graphs for AI agents
Memory layers, knowledge graphs, and persistent context stores for agents - the substrate underneath useful long-running systems.
Related entries
claude-historian-mcp - search past Claude Code chats
MCP server that indexes Claude Code conversation history and exposes it as a searchable tool. Lets agents recall what was decided in past sessions instead of re-deriving it.
atlas-mcp-server - Neo4j task system for agents
MCP server backed by Neo4j that gives LLM agents project, task, and knowledge tiers for managing complex multi-step workflows, with deep-research mode.
mcptube - Karpathy-style LLM wiki for YouTube
MCP server that turns YouTube videos into a persistent, merging wiki rather than ephemeral vector chunks. Scene-change frame extraction + vision analysis captures slides, code, and diagrams that transcripts miss. 25+ MCP tools, FTS5+LLM hybrid retrieval, version history with source attribution per claim.
stash - persistent memory layer for AI agents
Self-hosted single-binary Go service that stores episodes, facts, and working context for AI agents in Postgres. Ships an MCP server and runs without cloud dependencies.