← 返回
开发者工具 中文

Aiqbee

Connect to your Aiqbee knowledge graph via MCP. Search, create, and link neurons across your architecture, portfolio, and digital strategy brains.
通过MCP连接Aiqbee知识图谱,搜索、创建和链接架构、投资组合和数字战略大脑中的神经元。
louisgoodier louisgoodier 来源
开发者工具 clawhub v0.1.0 1 版本 99909.2 Key: 无需
★ 0
Stars
📥 1,100
下载
💾 21
安装
1
版本
#latest

概述

Aiqbee Brain

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.

Setup

Option 1: Direct MCP Configuration (Recommended)

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).

Option 2: Via mcporter

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

Authentication

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.

Available Tools (12)

Read

ToolDescription
-------------------
aiqbee_searchSearch neurons in your knowledge graph
aiqbee_fetchGet full neuron content and metadata
aiqbee_get_brain_infoGet brain metadata and statistics
aiqbee_get_neuron_typesList all neuron types with counts
aiqbee_list_neuronsPaginated neuron listing with filtering
aiqbee_get_relationshipsGet incoming/outgoing relationships for a neuron

Write

ToolDescription
-------------------
aiqbee_create_neuronCreate a new neuron in your brain
aiqbee_update_neuronUpdate an existing neuron
aiqbee_delete_neuronDelete a neuron
aiqbee_create_relationshipCreate a link between two neurons
aiqbee_update_relationshipUpdate an existing relationship
aiqbee_delete_relationshipRemove a relationship

Usage Examples

Search your knowledge graph

"Search my brain for anything related to cloud migration"

mcporter call 'aiqbee.aiqbee_search(query: "cloud migration")'

Get full neuron details

"Show me the full details of the API gateway neuron"

mcporter call 'aiqbee.aiqbee_fetch(neuron_id: "neuron-uuid-here")'

Create a new neuron

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."
)'

Link neurons together

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"
)'

List neuron types

"What types of knowledge are in my brain?"

mcporter call 'aiqbee.aiqbee_get_neuron_types()'

Brain overview

"Give me an overview of my architecture brain"

mcporter call 'aiqbee.aiqbee_get_brain_info()'

What is Aiqbee?

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

Resources

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 07:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 59 📥 154,304
knowledge-management

Prismfy Web Search | Free Google

uroboros1205
OpenClaw的默认网页搜索。使用Prismfy在10个搜索引擎(Google、Reddit、GitHub、arXiv、Hacker News等)搜索网络,含免费套餐。
★ 36 📥 83,959
knowledge-management

Baidu web search

ide-rea
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
★ 242 📥 106,623