memstate-ai/memstate-mcp
by Various
memstate-ai/memstate-mcp — indexed from awesome-mcp-servers-punkpeye
MCP
memstate-ai/memstate-mcp
Added 1 June 2026
Overview
memstate-ai/memstate-mcp is a Model Context Protocol server for managing memory state, built in TypeScript. It is listed in the awesome-mcp-servers collection and has 3 GitHub stars.
Best for
Best for
Developers exploring MCP-based memory solutions in early-stage projects
Use cases
- Integrating persistent memory into AI agent workflows
- Storing and retrieving context across MCP sessions
- Experimenting with stateful MCP server implementations
How to use
Install
claude mcp add memstate npx @memstate/mcp -e MEMSTATE_API_KEY=YOUR_API_KEY_HERE Tools exposed
memstate_remembermemstate_setmemstate_getmemstate_searchmemstate_historymemstate_deletememstate_delete_projectMEMSTATE_API_KEYMEMSTATE_MCP_URL
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Cline
Example client config
{\n "mcpServers": {\n "memstate": {\n "command": "npx",\n "args": ["-y", "@memstate/mcp"],\n "env": {\n "MEMSTATE_API_KEY": "YOUR_API_KEY_HERE"\n }\n }\n }\n} Notes
memstate-ai/memstate-mcp is a Model Context Protocol server for managing memory state, built in TypeScript. It is listed in the awesome-mcp-servers collection and has 3 GitHub stars.
3 stars on GitHub. Last updated 2026-04-01. Licensed Apache-2.0.
Use cases
- Integrating persistent memory into AI agent workflows
- Storing and retrieving context across MCP sessions
- Experimenting with stateful MCP server implementations
Pros
- Written in TypeScript for type safety
- Follows the MCP standard for interoperability
Cons
- Very low community adoption (3 stars)
- Limited documentation and examples
- Unclear production readiness
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Written in TypeScript for type safety
- Follows the MCP standard for interoperability
Cons
- Very low community adoption (3 stars)
- Limited documentation and examples
- Unclear production readiness
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.