Serversio.github.szara7678/openakashic
O

OpenAkashic

io.github.szara7678/openakashic · v1.0.0
● Remote
v1.0.0remote🌐 https://knowledge.openakashic.com/mcp/↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.szara7678/openakashic",
  "description": "Shared long-term memory vault for AI agents with 20 MCP tools.",
  "title": "OpenAkashic",
  "repository": {
    "url": "https://github.com/szara7678/OpenAkashic",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://knowledge.openakashic.com/mcp/",
      "headers": [
        {
          "description": "Bearer token. Sign up: POST https://knowledge.openakashic.com/api/auth/signup",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}