Your AI Knows Nothing About Your Codebase. Fix That.
Connect Claude Code, VS Code, or Cursor to your team's architecture docs, conventions, and runbooks via MCP. One line of config. 60 seconds to set up.
30 day free trial
No credit card
Setup in 60 seconds
.mcp.json
{
"mcpServers": {
"aiqbee": {
"url": "https://mcp.aiqbee.com/mcp"
}
}
}That's it. Your AI now has your team's full context.
Works with your existing tools
Aiqbee MCP Brains for VS Code
Browse Brains, visualise knowledge graphs, and wire up MCP to your AI coding assistant, right from VS Code.
Sidebar with all your Brains, access badges, and live neuron counts
Force-directed graph view — click neurons to view and edit content
One-click MCP config for Claude Code, Cursor, and VS Code Copilot
13 built-in developer prompts with copy buttons
Entra, Google, and email auth — tokens in OS keychain
MIT licensed. Extension ID: aiqbee.aiqbee-mcp-brains
terminal
# Install the extension code --install-extension aiqbee.aiqbee-mcp-brains # Or search "Aiqbee MCP Brains" in the # VS Code Extensions panel
bash
# Exchange credentials for a bearer token curl -X POST https://app.aiqbee.com/api/auth/token \ -d "grant_type=client_credentials" \ -d "client_id=YOUR_CLIENT_ID" \ -d "client_secret=YOUR_CLIENT_SECRET"
Standard OAuth2 client credentials. Works with the REST API and MCP server.
Service Accounts for Programmatic Access
Give CI/CD pipelines, Slack bots, and headless AI agents their own credentials to access Brains. No interactive login needed.
OAuth2 client credentials flow (Client ID + Secret)
Configurable secret expiry — 1 month to 5 years
Per-brain access at Read, ReadWrite, or Owner level
Secrets hashed, shown once, reissued instantly
Last-active tracking for security monitoring
Why Developers Switch to Aiqbee
Stop re-explaining your codebase to AI. Start building on what your team already knows.
Skip the Context Dump
No more pasting READMEs, architecture docs, or coding conventions into every AI session. Your Brain has it all — and it updates instantly when anyone on your team edits a neuron.
Whole Team, Same Context
Every developer on your team gets the same organisational knowledge. No more inconsistent AI suggestions because someone forgot to paste the coding standards.
Open MCP Standard
Built on the Model Context Protocol backed by Anthropic. Works with any MCP-compatible tool — Claude Code, Cursor, VS Code Copilot, and more. No vendor lock-in.
Get Started in Three Steps
From signup to AI-powered coding in under 60 seconds.
1
Create a Brain
Sign up at app.aiqbee.com and create your first Brain. Upload architecture docs, coding standards, API specs, and runbooks — or start from a template.
2
Connect Your AI Tool
Add the one-line MCP config to your IDE, or use the VS Code extension to generate it with one click. Claude Code, Cursor, and Copilot are all supported.
3
Code with Full Context
Your AI assistant now understands your project's conventions, patterns, and requirements from the first prompt. Knowledge updates live as your team edits neurons.
Built for Developer Teams
AI memory built for teams, compatible with the tools you already use
AI That Knows Your Codebase
Upload architecture docs, API specs, coding standards, and runbooks. A 50-neuron Brain saves roughly 25,000 tokens of restated context per conversation, cutting cost and setup time.
One-Line MCP Setup
Add an MCP server URL to your config and you're connected. No SDKs, no plugins, no build steps. Works in under 60 seconds. Or use the VS Code extension for one-click config generation.
Enterprise Security
Audit trails, SSO, and data governance built in. Your code context stays protected and is never used to train AI models. Service accounts use OAuth2 client credentials with configurable secret expiry.
Pay Per Query, Not Per Seat
Stop paying $20/month per developer for every AI tool. Share a token pool across your team and use any LLM: GPT, Claude, Gemini, and others.
17+ MCP Tools Your AI Can Use
Once connected, your AI assistant can search, read, create, and manage knowledge on its own.
aiqbee_search
Semantic + keyword search across neurons
aiqbee_fetch
Retrieve full content of any neuron
aiqbee_list_neurons
Browse neurons by type with pagination
aiqbee_create_neuron
Add new knowledge to a Brain
aiqbee_update_neuron
Keep knowledge current as decisions evolve
aiqbee_get_relationships
Discover how concepts connect
aiqbee_create_relationship
Link neurons with directional synapses
aiqbee_list_neuron_types
List available neuron categories
aiqbee_get_brain_info
Get metadata about the current Brain
aiqbee_grant_access
Grant users access to a Brain
