Stats
Actions
Tags
From ourmem
Connects to OurMem API for persistent AI memory management, storage, and retrieval. Runs locally via npx subprocess. Requires OurMem API key and custom API URL.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ourmem": {
"command": "npx",
"args": [
"-y",
"@ourmem/mcp"
],
"env": {
"OMEM_API_KEY": "${OMEM_API_KEY}",
"OMEM_API_URL": "${OMEM_API_URL:-https://api.ourmem.ai}"
}
}
}
}Replace placeholder values for: OMEM_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
OMEM_API_KEY=${OMEM_API_KEY}OMEM_API_URL=${OMEM_API_URL:-https://api.ourmem.ai}Sensitive values you must provide — never committed to source control
npx claudepluginhub ourmem/omem --plugin ourmem