Labsco
MCP SERVER · OFFICIAL PROJECT

Aiqbee Knowledge Graph

by Aiqbee

A knowledge graph an agent can read and rewrite — brains hold typed neurons, and relationships link them.

Note-Taking & Personal Knowledge Bases
Summary
A per-brain edit switch is the detail that makes the write tools usable.

Handing an agent create, update and delete over a knowledge base is a real decision, and Aiqbee lets you make it per brain rather than per account — with a tool the agent can call to find out the answer before it tries. That is better than discovering the permission by failing. The type system is the other thing worth noticing: neurons are typed and types are editable, so the graph can be shaped for a domain instead of being a bag of documents.

What it is

Aiqbee's hosted endpoint over its own vocabulary: a brain is a knowledge base, a neuron is an item in it, and a relationship is a directional link between two. The server exposes all three as tools, including the writes.

What you get
  • Brains: list, inspect, create from a template, update, delete
  • Neurons: semantic and keyword search, fetch full content, paginated browsing, create, update, delete
  • Neuron types — a schema layer you can add to and edit, with reassignment when a type is removed
  • Relationships: read what points in and out of a neuron, then create, update or remove links
  • An explicit check, aiqbee_edit_is_allowed, for whether editing over MCP is switched on for that brain
Requirements

OAuth2 client credentials: exchange a client id and secret for a bearer token, then send it with the endpoint. Free trial for 7 days with one user and 5 brains; Standard is $15 per user per month with pooled brains and neurons.

Setup effort

Paste a URL, then sign in — add the endpoint to your client and sign in to the vendor