Akasha Mcp Server

by ocuil

271 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Akasha Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.