Labsco
MCP SERVER · OFFICIAL PROJECT

AIQBee

by AIQBee

Keep architecture, portfolio and strategy knowledge in one linked base, and read or extend it by asking.

Note-Taking & Personal Knowledge BasesOfficial source
Summary
A knowledge base whose shape you define, not just a note store.

Neuron types make the structure explicit: a decision, a system and a risk can each be their own kind of thing and link to each other. That is what turns a question like what depends on this service into something answerable rather than searchable.

What it is

A hosted MCP server over Aiqbee, where knowledge lives as brains made of typed, linkable neurons. It runs at https://mcp.aiqbee.com/mcp behind an OAuth sign-in, and ships as a Claude Code plugin and a Gemini CLI extension as well as a plain endpoint.

What you get
  • Brains listed, created, updated and deleted, with templates to start from
  • Detail on a single brain, so an agent can orient before writing to it
  • Neurons listed, created and updated inside a brain
  • Neuron types listed, added, edited and removed — the shape of your knowledge is yours to define
  • Search across the base, and direct fetch of a specific item
  • A permission check for whether the current session may edit
Requirements

An Aiqbee account. No API key: the client prompts for OAuth sign-in on first connect, with PKCE for public clients such as Claude Desktop and Cursor, and a server-side callback for ChatGPT. Install with claude plugin install AIQBee/aiqbee-ai, gemini extensions install, npx -y @aiqbee/mcp for stdio clients, or point any client at the URL.

Setup effort

One command — npx -y @aiqbee/mcp