Aiqbee Brain MCP Server

Connect AI assistants to your Aiqbee brains via the Model Context Protocol. Its 25 documented tools cover aiqbee, neuron, brain, type. It is available as a remote MCP endpoint.

Teams that want a hosted memory endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-07 · ★ 7 · #251 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Aiqbee Brain

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add aiqbee-aiqbee-ai --transport http https://mcp.aiqbee.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aiqbee-aiqbee-ai": {
      "url": "https://mcp.aiqbee.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.aiqbee.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.aiqbee.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace com.aiqbee - domain-verified with the official MCP registry

03 · What Aiqbee Brain can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all brains you have access to, get brain metadata and statistics, check if MCP editing is enabled for a brain, and list available brain templates for brain creation.

The 25 tools it gives your agent

Extracted from the project's README - what Aiqbee Brain lets an agent do.

aiqbee_list_brains
- List all brains you have access to
aiqbee_get_brain_info
- Get brain metadata and statistics
aiqbee_edit_is_allowed
- Check if MCP editing is enabled for a brain
aiqbee_list_brain_templates
- List available brain templates for brain creation
aiqbee_create_brain
- Create a new brain (optionally from a template)
aiqbee_update_brain
- Update brain name, description, or settings
aiqbee_delete_brain
- Delete a brain permanently
aiqbee_search
- Search neurons in your knowledge graph
aiqbee_fetch
- Get full neuron content and metadata
aiqbee_list_neurons
- Paginated neuron listing with filtering
aiqbee_list_neuron_types
- List all neuron types in a brain
aiqbee_add_neuron_type
- Create a new neuron type
show all 25 tools
aiqbee_edit_neuron_type
- Update a neuron type's properties
aiqbee_delete_neuron_type
- Delete a neuron type (with optional neuron reassignment)
aiqbee_create_neuron
- Create a new neuron in your brain
aiqbee_update_neuron
- Update an existing neuron
aiqbee_delete_neuron
- Delete a neuron
aiqbee_get_relationships
- Get incoming/outgoing relationships for a neuron
aiqbee_create_relationship
- Create a link between two neurons
aiqbee_update_relationship
- Update an existing relationship
aiqbee_delete_relationship
- Remove a relationship
aiqbee_list_users
- List users with access to a brain
aiqbee_grant_access
- Grant a user access to a brain
aiqbee_revoke_access
- Revoke a user's access to a brain
aiqbee_batch_update_access
- Replace all access permissions in one operation

04 · Who maintains Aiqbee Brain

Aiqbee Brain is maintained by aiqbee. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
memory - ranked #251 of 259 actively-maintained memory servers as of 2026-08-25.
registry
com.aiqbee/brain (active, first published 2026-02-15 · 2 versions)

06 · Aiqbee Brain FAQ

Is Aiqbee Brain still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-07. We re-verify nightly.

What can Aiqbee Brain do?

With this server connected, an agent can list all brains you have access to, get brain metadata and statistics, check if MCP editing is enabled for a brain, and list available brain templates for brain creation.

How do I install Aiqbee Brain?

Run `claude mcp add aiqbee-aiqbee-ai --transport http https://mcp.aiqbee.com/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Aiqbee Brain require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Aiqbee Brain

Pairs well with

Servers that cover what Aiqbee Brain doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58