Business Central MCP Server
@vanachterjacob
About Business Central MCP Server
An attempt at creating a BC MCP server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Business Central MCP Server?
It provides standardized development rules and context for Business Central projects, optimized for use with Cursor editor. The server offers static JSON-based rules that are automatically applied to team members working in Cursor.
How to use Business Central MCP Server?
Clone or copy bc-rules.json and .cursor-context to your project. Cursor editor automatically applies these rules. Administrators can edit bc-rules.json directly or use a MongoDB database to manage rules dynamically, then run node scripts/generateRules.js to update the static file.
Key features of Business Central MCP Server
- Static JSON-based rules for Cursor editor
- Easy deployment to Render.com
- Falls back to static mode without a database connection
- Rules automatically applied to all team members
Use cases of Business Central MCP Server
- Enforcing Business Central development standards across a team
- Providing consistent coding context in Cursor editor
- Rapid deployment of a rule server via Render
- Managing rules through a MongoDB database for dynamic updates
FAQ from Business Central MCP Server
What is the purpose of this server?
It delivers standardized development rules and context for Business Central projects, primarily for use with the Cursor editor.
How do I use the rules in my project?
Copy bc-rules.json and .cursor-context into your project; Cursor will automatically pick up and apply the rules.
Does it require a database?
No. It works in a fallback mode without a database connection, serving static rules from the JSON file.
How do I deploy the server?
Use the provided ./scripts/deployRender.sh script, push the repository to GitHub, and connect it to Render.com. Set the environment variables NODE_ENV, MCP_SERVER_PORT, and optionally MONGODB_URI.
How do I update or manage rules?
Administrators can edit bc-rules.json directly or store rules in a MongoDB database and run node scripts/generateRules.js to update the static file from the database.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments