io.github.xultrax-web/agent-memory-mcp MCP Server
io.github.xultrax-web/agent-memory-mcp
What is the io.github.xultrax-web/agent-memory-mcp MCP server?
Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.
How to install io.github.xultrax-web/agent-memory-mcp
Copy-paste configuration for popular MCP clients.
AGENT_MEMORY_DIRAbsolute path to a custom memory storage directory. Overrides the default per-project location.
AGENT_MEMORY_SCOPESet to 'global' to store memories in ~/.agent-memory/ instead of the per-project default ./.agent-memory/.
AGENT_MEMORY_LOGLog level: debug | info | warn | error. Defaults to info. Logs go to stderr (won't pollute MCP stdio).
{
"mcpServers": {
"agent-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
],
"env": {
"AGENT_MEMORY_DIR": "<YOUR_AGENT_MEMORY_DIR>",
"AGENT_MEMORY_SCOPE": "<YOUR_AGENT_MEMORY_SCOPE>",
"AGENT_MEMORY_LOG": "<YOUR_AGENT_MEMORY_LOG>"
}
}
}
}{
"mcpServers": {
"agent-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
],
"env": {
"AGENT_MEMORY_DIR": "<YOUR_AGENT_MEMORY_DIR>",
"AGENT_MEMORY_SCOPE": "<YOUR_AGENT_MEMORY_SCOPE>",
"AGENT_MEMORY_LOG": "<YOUR_AGENT_MEMORY_LOG>"
}
}
}
}{
"mcpServers": {
"agent-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
],
"env": {
"AGENT_MEMORY_DIR": "<YOUR_AGENT_MEMORY_DIR>",
"AGENT_MEMORY_SCOPE": "<YOUR_AGENT_MEMORY_SCOPE>",
"AGENT_MEMORY_LOG": "<YOUR_AGENT_MEMORY_LOG>"
}
}
}
}{
"servers": {
"agent-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
],
"env": {
"AGENT_MEMORY_DIR": "<YOUR_AGENT_MEMORY_DIR>",
"AGENT_MEMORY_SCOPE": "<YOUR_AGENT_MEMORY_SCOPE>",
"AGENT_MEMORY_LOG": "<YOUR_AGENT_MEMORY_LOG>"
}
}
}
}claude mcp add agent-memory-mcp --env AGENT_MEMORY_DIR=<YOUR_AGENT_MEMORY_DIR> --env AGENT_MEMORY_SCOPE=<YOUR_AGENT_MEMORY_SCOPE> --env AGENT_MEMORY_LOG=<YOUR_AGENT_MEMORY_LOG> -- npx -y @xultrax-web/agent-memory-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.