Back to search
30
MCP

mcp-agentmemory

pypi/mcp-agentmemory

A specialized MCP server that tracks your Python development sessions, errors, fixes, and coding patterns using a persistent knowledge graph. This helps you build a searchable database of your development learnings, solutions, and insights.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

agent-memorystore-mcp
MCP server providing persistent cross-session memory for AI agents — store, recall, search, and summarize memories across agent boundaries
0 tools
agentrecall-mcp
MCP server for AgentRecall — persistent memory for AI agents
0 tools
agent-memory-mcp-server
Persistent memory for AI agents — store, retrieve and search knowledge across sessions
0 tools
agentdb-mcp
MCP server for AgentDB — give any AI agent persistent memory and observability
0 tools
io.github.kira-autonoma/agent-memory-mcp
Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.
0 tools
ai-memory-mcp
Python SDK for the ai-memory HTTP API (persistent memory for AI agents).
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-agentmemory": {
      "url": "None",
      "transport": "http"
    }
  }
}