Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Runs locally as BC Code Intelligence MCP server, likely providing code analysis or intelligence features. Configured via BC_CODE_INTEL_CONFIG environment variable.
npx claudepluginhub stefanmaron/claude-configs --plugin profile-al-developmentCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bc-code-intelligence-mcp": {
"command": "bc-code-intelligence-mcp",
"env": {
"BC_CODE_INTEL_CONFIG": "~/claude-configs/profile-al-development/bc-code-intel-config.json"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
bc-code-intelligence-mcpEnvironment variables set when the server starts
BC_CODE_INTEL_CONFIG=~/claude-configs/profile-al-development/bc-code-intel-config.jsonShare bugs, ideas, or general feedback.