Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Aiqbee Brewing Brain
A
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:16:30 PM

Aiqbee Brewing Brain

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).

AI knowledge graph for architecture, portfolio, and digital strategy management.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "aiqbee-brewing-brain": {
      "command": "npx",
      "args": [
        "-y",
        "@aiqbee/mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (25) Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Capabilities & Tool Schemas (25) ~352 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Aiqbee Brewing Brain.

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

Documentation Overview

Aiqbee AI

Connect AI assistants to your Aiqbee brains via the Model Context Protocol.

Search, create, and link knowledge across your architecture, portfolio, and digital strategy - all through natural conversation with your AI assistant.


Supported Clients

AI ToolIntegrationSetup
Claude CodePluginclaude plugin install AIQBee/aiqbee-ai
Claude DesktopMCP ConfigJSON config below
CursorMCP ConfigJSON config below
VS Code / CopilotMCP ConfigJSON config below
Gemini CLIExtensiongemini extensions install https://github.com/AIQBee/aiqbee-ai
ChatGPTMCP ConfigJSON config below
WindsurfMCP ConfigJSON config below
Any stdio clientnpxnpx -y @aiqbee/mcp

Quick Start

Claude Code

Terminal
claude plugin install AIQBee/aiqbee-ai

Restart Claude Code after installation.

Gemini CLI

bash
gemini extensions install https://github.com/AIQBee/aiqbee-ai

Restart Gemini CLI and authenticate when prompted.

Claude Desktop

Add to your claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "aiqbee": {
      "url": "https://mcp.aiqbee.com/mcp"
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project:

config.json
{
  "mcpServers": {
    "aiqbee": {
      "url": "https://mcp.aiqbee.com/mcp"
    }
  }
}

VS Code

Add to your settings.json:

config.json
{
  "mcp": {
    "servers": {
      "aiqbee": {
        "type": "sse",
        "url": "https://mcp.aiqbee.com/mcp"
      }
    }
  }
}

npx (stdio clients)

For MCP clients that only support stdio transport:

config.json
{
  "mcpServers": {
    "aiqbee": {
      "command": "npx",
      "args": ["-y", "@aiqbee/mcp"]
    }
  }
}

Other MCP Clients

For any MCP-compatible client, point it at:

Code
https://mcp.aiqbee.com/mcp

Authentication

Aiqbee uses OAuth 2.0 with secure authorization. When you first connect, your MCP client will prompt you to sign in. The server supports:

  • Public clients (Claude Desktop, Cursor): Standard PKCE flow
  • Confidential clients (ChatGPT): Server-side PKCE with callback

No API keys needed - just sign in with your existing Aiqbee account.


Available Tools (25)

Brain Discovery & Management

ToolDescriptionPermission
aiqbee_list_brainsList all brains you have access toRead
aiqbee_get_brain_infoGet brain metadata and statisticsRead
aiqbee_edit_is_allowedCheck if MCP editing is enabled for a brainRead
aiqbee_list_brain_templatesList available brain templates for brain creationRead
aiqbee_create_brainCreate a new brain (optionally from a template)β€”
aiqbee_update_brainUpdate brain name, description, or settingsOwner
aiqbee_delete_brainDelete a brain permanentlyOwner

Search & Retrieval

ToolDescriptionPermission
aiqbee_searchSearch neurons in your knowledge graphRead
aiqbee_fetchGet full neuron content and metadataRead
aiqbee_list_neuronsPaginated neuron listing with filteringRead

Neuron Types

ToolDescriptionPermission
aiqbee_list_neuron_typesList all neuron types in a brainRead
aiqbee_add_neuron_typeCreate a new neuron typeOwner
aiqbee_edit_neuron_typeUpdate a neuron type's propertiesOwner
aiqbee_delete_neuron_typeDelete a neuron type (with optional neuron reassignment)Owner

Neurons

ToolDescriptionPermission
aiqbee_create_neuronCreate a new neuron in your brainReadWrite
aiqbee_update_neuronUpdate an existing neuronReadWrite
aiqbee_delete_neuronDelete a neuronReadWrite

Relationships

ToolDescriptionPermission
aiqbee_get_relationshipsGet incoming/outgoing relationships for a neuronRead
aiqbee_create_relationshipCreate a link between two neuronsReadWrite
aiqbee_update_relationshipUpdate an existing relationshipReadWrite
aiqbee_delete_relationshipRemove a relationshipReadWrite

Access Control

ToolDescriptionPermission
aiqbee_list_usersList users with access to a brainRead
aiqbee_grant_accessGrant a user access to a brainOwner
aiqbee_revoke_accessRevoke a user's access to a brainOwner
aiqbee_batch_update_accessReplace all access permissions in one operationOwner

Example Prompts

Once connected, try asking your AI assistant:

  • "List all my brains"
  • "Show me the available brain templates"
  • "Create a new brain called 'Cloud Architecture' using the Enterprise Architecture template"
  • "Search my brain for anything related to cloud migration"
  • "Show me all the architecture decisions we've made"
  • "Create a new neuron about our API gateway strategy"
  • "Link the microservices neuron to the deployment pipeline neuron"
  • "What are the relationships for the data platform neuron?"
  • "Who has access to this brain? Grant read access to alice@example.com"
  • "Summarize the key concepts in my digital strategy brain"

What is Aiqbee?

Aiqbee is a web-based architecture, portfolio, and digital strategy management platform.

  • Knowledge Graphs - Organize 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
  • Microsoft 365 Integration - Works with your existing tools

Links

  • Platform: https://app.aiqbee.com
  • Documentation: https://app.aiqbee.com/help
  • Privacy & Trust: https://app.aiqbee.com/trust
  • Support: https://app.aiqbee.com/help
  • MCP Server: https://mcp.aiqbee.com/mcp

License

MIT License - see LICENSE for details.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’
  • Globalping Mcp Server logoGlobalping Mcp Server

    The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world.

    πŸ’» Developer Tools1 views
    Compare vs Globalping Mcp Server β†’

Frequently Asked Questions about Aiqbee Brewing Brain

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aiqbee-brewing-brain": { "command": "npx", "args": ["-y", "Aiqbee Brewing Brain"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAiqbee Brewing Brain AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aiqbee-brewing-brain?style=directory)](https://allmcps.com/mcp/aiqbee-brewing-brain)
HTML Embed
<a href="https://allmcps.com/mcp/aiqbee-brewing-brain"><img src="https://allmcps.com/api/badge/aiqbee-brewing-brain?style=directory" alt="Aiqbee Brewing Brain on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 7, 2026
49Quality signal: Fair Β· 49/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Aiqbee Brewing Brain β†’Install in Claude DesktopInstall in CursorInstall in VS Code