Stats
Actions
Tags
From SysML v2 Co-Pilot
Local MCP server that provides Go language tooling support, including compilation, linting, and code execution. Runs a Python script to interface with Go tools.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sysml": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
npx claudepluginhub 3shn/skill-sysml --plugin sysml-copilot