MCP Server
The Memstate MCP server gives AI agents direct access to structured, versioned memory through the Model Context Protocol. No custom code required.
How It Connects
How It Works
When your agent calls a tool like memstate_remember, Memstate handles everything behind the scenes — authentication, intelligent organization, versioning, and conflict detection. Your agent just stores and retrieves memories naturally.
5 Purpose-Built Tools
Get, remember, search, set, and review history -- everything an agent needs, nothing it doesn't.
Simple Setup
One command setup via npx — works with all MCP clients. No local installation required.
API Key Authentication
Each agent authenticates with its own API key. All data is isolated by owner for multi-tenant security.
Server-Side Intelligence
The remember tool uses custom-trained AI models for automatic keypath extraction, conflict detection, and summarization.
Supported Agents
Any MCP-compatible agent can connect to Memstate. Here are some of the most popular:
Quick Start
Add this to your agent's MCP configuration:
{
"mcpServers": {
"memstate": {
"command": "npx",
"args": ["-y", "@memstate/mcp"],
"env": {
"MEMSTATE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Get an API key
Sign up at memstate.ai and create an API key from your dashboard to get started.