everything vs memtrace-public
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | memtrace-public by syncable-dev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 169 |
| 30d uses | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Developer ToolsKnowledge GraphAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
memtrace-public · Summary
Memtrace provides structural memory for AI coding agents through MCP, indexing codebases as bi-temporal knowledge graphs with zero LLM calls.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
memtrace-public · Use cases
- Multi-agent code collaboration with shared understanding of code structure
- Impact analysis of code changes across large codebases
- Evolution tracking of code patterns and dependencies over time
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingmemtrace-public · Install
Installation
- Get access to the private beta at [memtrace.io](https://memtrace.io)
- Install globally:
npm install -g memtrace - For Claude Desktop, add the following to your Claude Desktop configuration:
{
"mcpServers": {
"memtrace": {
"command": "memtrace",
"args": ["serve"]
}
}
}Initialization
To index a project: memtrace index <directory>
Editor Integration
- **Claude Code & Cursor**: Automatically configured after installation
- **VS Code & Windsurf**: Requires extension installation