Akasha Mcp Server
Description
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…
About
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…
Details
- Author
- ocuil
- Downloads
- 271
- Categories
- Other, AI
Jump to
- 10 tools for knowledge read/write/query/organize
- Four cognitive memory layers: working, episodic, semantic, procedural
- Stigmergic coordination with pheromone signals for multi-agent systems
- Automatic memory consolidation across conversations
- Compatible with Claude Desktop, Cursor, and any MCP client
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Akasha Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and configure Akasha Mcp Server as an MCP server for your chosen client (Claude Desktop, Cursor, etc.). Once running, your AI agent can use its 10 tools to create, retrieve, update, and consolidate memory across sessions.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"akasha mcp server": {
"akasha": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/ocuil/akasha-public#subdirectory=mcp-server",
"akasha-mcp"
],
"env": {
"AKASHA_API_URL": "http://localhost:8080"
}
}
}
}
}
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"
}
}
}
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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




