← Back to Plugins
MCP Server MCP

io.github.spacecowboyian/brains

github By github 👁 1 views ▲ 0 votes

Personal wiki and memory for AI assistants: store, search, and recall structured notes.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "brains-mcp",
      "version": "1.68.10",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Run in stdio transport mode (required for MCP clients like Claude Desktop)",
          "isRequired": true,
          "format": "string",
          "default": "stdio",
          "type": "",
          "name": "BRAINS_TRANSPORT"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to local wiki directory (used when STORAGE_BACKEND=local or omitted)",
          "format": "string",
          "name": "WIKI_DIR"
        },
        {
          "description": "Storage backend: 'local' (default), 'supabase', or 'drive'",
          "format": "string",
          "name": "STORAGE_BACKEND"
        },
        {
          "description": "Google OAuth client ID (required for Google Drive backend)",
          "format": "string",
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth client secret (required for Google Drive backend)",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        },
        {
          "description": "Google OAuth refresh token (required for Google Drive backend)",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_REFRESH_TOKEN"
        },
        {
          "description": "Google Drive folder ID for wiki storage",
          "format": "string",
          "name": "DRIVE_FOLDER_ID"
        },
        {
          "description": "Supabase project URL (required for Supabase backend)",
          "format": "string",
          "name": "SUPABASE_URL"
        },
        {
          "description": "Supabase service role key (required for Supabase backend)",
          "format": "string",
          "isSecret": true,
          "name": "SUPABASE_SERVICE_ROLE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...