MCP for working with Autosar arxml files #41
girishchandranc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am happy to announce the new MCP server for autosarfactory. What this means in practice is that when you ask Claude Code (or any MCP-compatible AI assistant) to help you create or modify AUTOSAR arxml files,. It will help generate the python script using autosarfactory apis and you could use it to generate the arxml files. The MCP supports both system level as well as ecuc configuration.
The MCP server exposes the autosarfactory API to AI coding assistants such as Claude Code. It allows an AI agent to query the full API reference, discover element hierarchies, look up enum values, and generate correct autosarfactory Python scripts — all without needing to read source code manually.
You can also optionally feed it AUTOSAR spec PDFs to build a searchable knowledge base, so the agent can look up spec-level details when it needs to.
Setup is straightforward — just add a few lines to your .vscode/mcp.json and you're good to go. Full instructions are in the mcp_server/README.md file.
If you have a chance to use the tooling, I would love to hear if it works well for you or if anything is missing.
Some example prompts to start with:
Beta Was this translation helpful? Give feedback.
All reactions