Serversio.github.varun29ankuS/shodh-memory
M

io.github.varun29ankuS/shodh-memory

io.github.varun29ankuS/shodh-memory · v0.2.0
▦ npm
v0.2.0npm npm: @shodh/memory-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.varun29ankuS/shodh-memory",
  "description": "Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.",
  "repository": {
    "url": "https://github.com/varun29ankuS/shodh-memory",
    "source": "github",
    "subfolder": "mcp-server"
  },
  "version": "0.2.0",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/varun29ankuS/shodh-memory/main/assets/logo.png",
      "mimeType": "image/png",
      "sizes": [
        "120x120"
      ]
    },
    {
      "src": "https://raw.githubusercontent.com/varun29ankuS/shodh-memory/main/assets/logo_32x32.png",
      "mimeType": "image/png",
      "sizes": [
        "32x32"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@shodh/memory-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the shodh-memory backend server",
          "format": "string",
          "default": "http://127.0.0.1:3030",
          "name": "SHODH_API_URL"
        },
        {
          "description": "API key for authentication",
          "format": "string",
          "isSecret": true,
          "name": "SHODH_API_KEY"
        },
        {
          "description": "User ID for memory isolation",
          "format": "string",
          "default": "default",
          "name": "SHODH_USER_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}