Servers
MemCP - Memory Context Protocol for AI Agents
@evanmschultz
A memory MCP for IDE AI agent context support based on the mcp_server example by Zep AI
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"memcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}