Overview
Give your AI agents persistent shared memory. Akasha MCP Server provides 10 tools for reading, writing, querying, and organizing knowledge across conversations. Features cognitive memory layers (working/episodic/semantic/procedural), stigmergic coordination (pheromone signals for multi-agent systems), and automatic memory consolidation. Works with Claude Desktop, Cursor, and any MCP client.
Server Config
{
"mcpServers": {
"akasha": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/ocuil/akasha-public#subdirectory=mcp-server",
"akasha-mcp"
],
"env": {
"AKASHA_API_URL": "http://localhost:8080"
}
}
}
}