Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Connect to your Aiqbee knowledge graph via MCP. Search, create, and link neurons across your architecture, portfolio, and digital strategy brains.
Connect to your Aiqbee knowledge graph via MCP. Search, create, and link neurons across your architecture, portfolio, and digital strategy brains.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Connect your OpenClaw assistant to your Aiqbee knowledge graph. Search, create, and link knowledge across your architecture, portfolio, and digital strategy brains through natural conversation.
Add to your openclaw.json: { "mcpServers": { "aiqbee": { "transport": "streamable-http", "url": "https://mcp.aiqbee.com/mcp" } } } Sign in with your Aiqbee account when prompted (OAuth 2.0, opens browser).
If you have mcporter installed, add to config/mcporter.json: { "mcpServers": { "aiqbee": { "baseUrl": "https://mcp.aiqbee.com/mcp", "description": "Aiqbee knowledge graph" } } } Verify with: mcporter list aiqbee
Aiqbee uses OAuth 2.0. On first connection, your browser will open for sign-in. No API keys or environment variables needed โ just sign in with your existing Aiqbee account.
ToolDescriptionaiqbee_searchSearch neurons in your knowledge graphaiqbee_fetchGet full neuron content and metadataaiqbee_get_brain_infoGet brain metadata and statisticsaiqbee_get_neuron_typesList all neuron types with countsaiqbee_list_neuronsPaginated neuron listing with filteringaiqbee_get_relationshipsGet incoming/outgoing relationships for a neuron
ToolDescriptionaiqbee_create_neuronCreate a new neuron in your brainaiqbee_update_neuronUpdate an existing neuronaiqbee_delete_neuronDelete a neuronaiqbee_create_relationshipCreate a link between two neuronsaiqbee_update_relationshipUpdate an existing relationshipaiqbee_delete_relationshipRemove a relationship
"Search my brain for anything related to cloud migration" mcporter call 'aiqbee.aiqbee_search(query: "cloud migration")'
"Show me the full details of the API gateway neuron" mcporter call 'aiqbee.aiqbee_fetch(neuron_id: "neuron-uuid-here")'
First call aiqbee_get_neuron_types() to get valid type IDs, then create: mcporter call 'aiqbee.aiqbee_create_neuron( neuron_type_id: "type-uuid-from-get-neuron-types", name: "gRPC for internal services", content: "We decided to use gRPC for all internal service-to-service communication." )'
Use neuron IDs returned from search or create: mcporter call 'aiqbee.aiqbee_create_relationship( source_neuron_id: "source-uuid", target_neuron_id: "target-uuid", link_description: "depends on" )'
"What types of knowledge are in my brain?" mcporter call 'aiqbee.aiqbee_get_neuron_types()'
"Give me an overview of my architecture brain" mcporter call 'aiqbee.aiqbee_get_brain_info()'
Aiqbee is a web-based architecture, portfolio, and digital strategy management platform. It organises knowledge as neurons connected by synapses in an interactive knowledge graph. Knowledge Graphs โ Organise ideas as neurons connected by synapses Architecture Management โ Document and manage enterprise architecture Portfolio Management โ Track products, projects, and digital assets AI-Powered Search โ Find anything across your knowledge base Collaboration โ Team workspaces with role-based access
Aiqbee Platform Documentation MCP Server GitHub
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.