We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johannesPettersson80/codesys-mcp-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.16] - 2025-05-06
### Fixed
- Reverted to v1.1.3 code base which has working POU creation functionality
- Fixed path handling by using simpler approach from v1.1.3
- Restored original Application object finding logic that worked in v1.1.3
## [1.0.0] - 2025-04-23
### Added
- Initial release of the MCP server for CODESYS
- Command-line interface with configuration options
- Project management functionality:
- Opening existing CODESYS projects
- Creating new CODESYS projects
- Saving projects
- POU (Program Organization Unit) management:
- Creating POUs (Programs, Function Blocks, Functions)
- Setting POU code (declaration and implementation)
- Creating properties and methods for Function Blocks
- Project compilation support
- Resources for querying:
- Project status
- Project structure
- POU code
- Documentation for installation and usage