BC Code Intelligence

v1.0.0Developer Toolsstable

BC Code Intelligence MCP Server - Persona-driven workflow orchestration for Business Central development. Provides 16+ MCP tools, layered knowledge system, and intelligent BC pattern analysis through Model Context Protocol.

bc-code-intelligencemcpai-integration
Share:
75
Stars
0
Downloads
0
Weekly
0/5

What is BC Code Intelligence?

BC Code Intelligence is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to bc code intelligence mcp server - persona-driven workflow orchestration for business central development. provides 16+ mcp tools, layered knowledge system, and intelligent bc pattern analysis through ...

BC Code Intelligence MCP Server - Persona-driven workflow orchestration for Business Central development. Provides 16+ MCP tools, layered knowledge system, and intelligent BC pattern analysis through Model Context Protocol.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • BC Code Intelligence MCP Server - Persona-driven workflow or

Use Cases

Orchestrate Business Central development with 16+ MCP tools.
Analyze BC patterns and manage layered knowledge systems.
JeremyVyska

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx bc-code-intelligence

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use BC Code Intelligence

BC Code Intelligence MCP Server is a persona-driven workflow orchestration tool for Microsoft Dynamics 365 Business Central (BC) development. It provides 16 specialist AI personas — each covering a distinct domain such as architecture, AL coding, debugging, security, DevOps, UI design, and AppSource publishing — all accessible through natural language by addressing the specialist by name. The server exposes 16+ MCP tools and a layered knowledge system for BC pattern analysis, making it a comprehensive AI co-pilot for AL extension developers.

Prerequisites

  • Node.js 18 or later and npx available on your PATH
  • An MCP-compatible client such as Claude Desktop, Cursor IDE, or VS Code with MCP support
  • Familiarity with Microsoft Dynamics 365 Business Central and AL language development
  • VS Code with the AL Language extension if developing BC extensions locally
1

Install via npx

The server can be run directly with npx without a global install. This is the recommended approach for VS Code and similar clients.

npx bc-code-intelligence-mcp
2

Configure Claude Desktop

Open claude_desktop_config.json and add the BC Code Intelligence server block.

{
  "mcpServers": {
    "bc-code-intelligence": {
      "command": "npx",
      "args": ["bc-code-intelligence-mcp"]
    }
  }
}
3

Configure Cursor IDE

In Cursor, go to Settings > Tools & Integrations > MCP and add the server entry pointing to npx bc-code-intelligence-mcp.

4

Restart your client

Fully restart Claude Desktop or Cursor after saving the configuration. The 16 specialist personas and their associated tools will become available.

5

Address a specialist by name

To activate a specialist, include their name in your prompt along with your BC development question or code snippet. Each specialist focuses on a different BC domain.

BC Code Intelligence Examples

Client configuration

Add BC Code Intelligence to Claude Desktop using npx to run the server on demand.

{
  "mcpServers": {
    "bc-code-intelligence": {
      "command": "npx",
      "args": ["bc-code-intelligence-mcp"]
    }
  }
}

Prompts to try

Address specialists by their first names to get domain-specific Business Central help.

- "Dean, help me debug this BC error: 'The record in table Customer already exists'"
- "Sam, write an AL codeunit that extends the Sales Order posting to send an email notification"
- "Lena, help me set up AL-Go for GitHub Actions CI/CD for my BC extension"
- "Seth, review this AL code for security vulnerabilities and permission issues"
- "Morgan, what do I need to prepare my extension for AppSource submission?"

Troubleshooting BC Code Intelligence

npx cannot find bc-code-intelligence-mcp package

Ensure you have a stable internet connection so npx can download the package from the npm registry. Try running 'npx bc-code-intelligence-mcp --version' in a terminal first to confirm the package resolves correctly.

Specialist personas are not responding with BC-specific knowledge

Address the specialist by their first name at the start of your prompt (e.g., 'Sam, ...' or 'Dean, ...'). Include the relevant AL code or error message in your prompt for the best context-aware responses.

Server does not appear in the client's tool list

Check the client logs for startup errors. Ensure npx is on the PATH that the MCP client uses. On macOS, the GUI application may have a different PATH than your terminal — specify the full path to npx if needed.

Frequently Asked Questions about BC Code Intelligence

What is BC Code Intelligence?

BC Code Intelligence is a Model Context Protocol (MCP) server that bc code intelligence mcp server - persona-driven workflow orchestration for business central development. provides 16+ mcp tools, layered knowledge system, and intelligent bc pattern analysis through model context protocol. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install BC Code Intelligence?

Follow the installation instructions on the BC Code Intelligence GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with BC Code Intelligence?

BC Code Intelligence works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is BC Code Intelligence free to use?

Yes, BC Code Intelligence is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "bc-code-intelligence": { "command": "npx", "args": ["-y", "bc-code-intelligence"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use BC Code Intelligence?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides