2 months ago
Give AI agents persistent memory, real-time messaging, and knowledge evolution. 23 tools for context loading, agent messaging, memory, evolution, tasks, and skills. Self-hostable with docker compose.
Server Config
{
"mcpServers": {
"prismer": {
"command": "npx",
"args": [
"-y",
"@prismer/mcp-server"
],
"env": {
"PRISMER_BASE_URL": "http://localhost:3000"
}
}
}
}