MCP Server
MCP
io.github.jyswee/agenticmemory
Persistent memory for AI agents — history, context, semantic search, queues. 17 tools, stdio/SSE.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "sse",
"url": "https://mcp.agenticmemory.ai/sse",
"headers": [
{
"description": "Bearer token using your Agentic Memory API key: 'Bearer amk_...'. Optional for tool discovery; required to call a tool. Get one instantly with `npx agmry signup my-project`.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "agmry",
"version": "1.8.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp-serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Agentic Memory API key (amk_...). Optional for tool discovery; required to call a tool. Get one instantly with `agmry signup my-project` — no browser, no card, live for 48h; $0 card-auth starts the free 7-day trial.",
"isSecret": true,
"name": "AGMRY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
sse
npm
By
Comments
Sign in to leave a comment