Integrate PersistQ with AI coding assistants using the Model Context Protocol
The Model Context Protocol (MCP) is an open standard that enables AI assistants to connect to external tools and data sources. PersistQ's MCP server allows AI coding assistants like Claude Code and GitHub Copilot CLI to store and retrieve memories directly during conversations.
AI assistants automatically detect and use PersistQ without any code changes
Store and retrieve memories using natural conversation with your AI assistant
Anthropic's official CLI tool with complete MCP support including tools, resources, and prompts.
GitHub's command-line AI assistant and VS Code extension with partial MCP support (tools only, no resources/prompts yet).
AI-first code editor with complete MCP support including tools, resources, and natural language integration.
Modern code editor with built-in MCP support for seamless integration with PersistQ.
Install PersistQ MCP server for your AI tool:
Use npx to run PersistQ without global installation:
npx -y persistqOr install globally and use the persistq command directly:
npm install -g persistqFor detailed manual setup instructions, see the manual setup guide for complete control over configuration options.
Click on your platform below to view detailed setup instructions:
The PersistQ MCP server provides these tools to AI assistants:
Check out the getting started guide or API reference if you encounter any issues.