I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

clarion-builder-mcp-server
MCP server providing Clarion development and build capabilities
1
Github Watches
1
Github Forks
0
Github Stars
Clarion Builder MCP Server
An MCP server providing Clarion development and build capabilities. This server enables automated Clarion IDE operations, project compilation, and build management using ClarionCL and MSBuild.
Features
- ClarionCL command execution
- Project generation and compilation
- Template management
- Dictionary import/export
- TXA file handling
- MSBuild integration
- Comprehensive build configuration
Tools
ClarionCL Operations
clarion_cl
Execute ClarionCL commands for IDE tasks.
-
action: ClarionCL action to perform (required)
- Values:
-
generate
: Generate project files -
import-txa
: Import TXA files -
export-txa
: Export TXA files -
export-dict
: Export dictionary -
import-dict
: Import dictionary -
register-template
: Register a template -
unregister-template
: Unregister a template -
list-templates
: List registered templates -
register-driver
: Register a driver
-
- Values:
- filePath: Path to APP/SLN/TXA/DCT file
- secondaryPath: Secondary path for import/export operations
- version: Clarion version to use (e.g., "Clarion 11.0 Enterprise Edition")
- conditionalGeneration: Enable conditional generation for generate action
- debugGeneration: Enable debug generation for generate action
- useWindowsRedirection: Use Windows redirection file (/win switch) (required)
- templateClass: Template class name for template operations
- redirectionFile: Redirection file to use (e.g., "Clarion110.red") (required)
Solution Building
compile_solution
Compile a Clarion solution using MSBuild.
- solutionPath: Full path to the .sln file (required)
- projectName: Name of specific project to compile (e.g., MyApp.app)
- targetName: Name of specific target/exe to build (e.g., MyApp.exe)
-
configuration: Build configuration
- Values: 'Debug' or 'Release'
-
platform: Target platform
- Values: 'Win32' or 'x64'
- clarionBinPath: Path to Clarion binaries
- logFile: Path for build log file
- additionalArgs: Additional MSBuild arguments
Build Options:
- checkIndex: Generate array index check code
- checkStack: Generate stack access check code
- lineNumbers: Add line numbers to MAP file
- generateMap: Generate MAP file
- stackSize: Stack size
-
vid: Debug support level
- Values: 'full', 'min', 'off'
-
model: Memory model
- Values: 'Dll', 'Lib', 'CustomDll'
- copyCoreFiles: Copy core DLLs
- defines: Semicolon-separated list of defines
Requirements
- Clarion 11.0 or higher
- Microsoft .NET Framework 4.0 or higher
- Visual Studio build tools
- Windows SDK
Installation
- Clone the repository:
git clone https://github.com/yourusername/clarion-builder-mcp-server.git
cd clarion-builder-mcp-server
- Install dependencies:
npm install
- Build the project:
npm run build
Configuration
Add the server to your MCP settings file:
{
"mcpServers": {
"clarion-builder": {
"command": "node",
"args": ["path/to/clarion-builder-mcp-server/dist/index.js"],
"env": {}
}
}
}
Usage Examples
Generate Project
await mcp.use("clarion-builder", "clarion_cl", {
action: "generate",
filePath: "./src/MyApp.app",
version: "Clarion 11.0 Enterprise Edition",
conditionalGeneration: true,
useWindowsRedirection: true,
redirectionFile: "Clarion110.red"
});
Import/Export TXA
// Export TXA
await mcp.use("clarion-builder", "clarion_cl", {
action: "export-txa",
filePath: "./src/MyApp.app",
secondaryPath: "./backup/MyApp.txa",
useWindowsRedirection: true,
redirectionFile: "Clarion110.red"
});
// Import TXA
await mcp.use("clarion-builder", "clarion_cl", {
action: "import-txa",
filePath: "./src/MyApp.app",
secondaryPath: "./backup/MyApp.txa",
useWindowsRedirection: true,
redirectionFile: "Clarion110.red"
});
Compile Solution
await mcp.use("clarion-builder", "compile_solution", {
solutionPath: "./MyApp.sln",
configuration: "Release",
platform: "Win32",
generateMap: true,
vid: "full",
model: "Dll",
copyCoreFiles: true
});
Development
- Make changes to the source code
- Run tests:
npm test
- Build the project:
npm run build
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
License
MIT
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Mirror ofhttps://github.com/agentience/practices_mcp_server
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Reviews

user_UQFFg7mf
The MATLAB MCP Integration by jigarbhoye04 is an incredible tool for anyone working with MATLAB and MCP applications. It seamlessly integrates the two platforms, making data transfer and analysis more efficient and streamlined. Highly recommend for researchers and developers looking to optimize their workflow. Check it out at https://mcp.so/server/MatlabMCP/jigarbhoye04.