★ 0 stars
Unknown language
💻 Code/Dev Tools
Updated today
MCP server for SocketCAN: DBC-aware TX/RX, request/response, ISO-TP, capture/replay, real-time DBC validation
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"awto-mcp-can": {
"command": "npx",
"args": [
"-y",
"awto-au/awto-mcp-can"
]
}
}
}
Run in terminal:
claude mcp add awto-mcp-can npx -y awto-au/awto-mcp-can
Add to .cursor/mcp.json:
{
"mcpServers": {
"awto-mcp-can": {
"command": "npx",
"args": [
"-y",
"awto-au/awto-mcp-can"
]
}
}
}