MCP Server for targeted search across Memex conversation history and projects
Connect Memex Targeted Search Server to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP Server for targeted search across Memex conversation history and projects. The memex targeted search server mcp server is what makes that connection.
A Model Context Protocol (MCP) server that provides targeted search capabilities across Memex conversation history and project files.
This MCP server enables AI agents to efficiently search through: - Conversation History: 952+ conversation files from Memex with metadata, titles, summaries, and message content - Project Files: 516+ project directories in the user's workspace with various file types and technologies
Installation goes through your MCP client rather than a global install: point it at firebase-tools on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
search_conversations — The search_conversations tool exposed by this serverget_conversation_snippet — The get_conversation_snippet tool exposed by this serversearch_projects — The search_projects tool exposed by this serverget_project_overview — The get_project_overview tool exposed by this serverfind_command — The find_command tool exposed by this serverTesting — The server includes comprehensive error handling and graceful degradation for: - Missing or corrupted conversation files - Inaccessible projectThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Memex Targeted Search Server's toolset — search_conversations, get_conversation_snippet, search_projects and 3 more — is a fair guide to whether it matches your workflow. It is maintained by memextech; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Memex Targeted Search Server's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_conversations | The search_conversations tool exposed by this server. |
| get_conversation_snippet | The get_conversation_snippet tool exposed by this server. |
| search_projects | The search_projects tool exposed by this server. |
| get_project_overview | The get_project_overview tool exposed by this server. |
| find_command | The find_command tool exposed by this server. |
| Testing | The server includes comprehensive error handling and graceful degradation for: - Missing or corrupted conversation files - Inaccessible project directories - Invalid JSON parsing - Large file handling |
{
"mcpServers": {
"memex-targeted-search-server": {
"command": "npx",
"args": ["-y", "firebase-tools"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.