★ 0 stars
C++
💻 Code/Dev Tools
Updated 4d ago
Linux CAN bus analysis platform — live monitor, DBC decode, Lua scripting, protocol decoders, CAN simulator, MCP server. 100% local, no telemetry.
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": {
"socketspy": {
"command": "npx",
"args": [
"-y",
"Poisson48/SocketSpy"
]
}
}
}
Run in terminal:
claude mcp add socketspy npx -y Poisson48/SocketSpy
Add to .cursor/mcp.json:
{
"mcpServers": {
"socketspy": {
"command": "npx",
"args": [
"-y",
"Poisson48/SocketSpy"
]
}
}
}
Topics
automotivecan-buscanopendbcj1939linuxluamcpqt6socketcan