MCP server: structural completeness linter for cross-domain energy path topology in cyber-physical system designs
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tensor-framework": {
"command": "npx",
"args": [
"-y",
"Cmtovar/tensor-framework"
]
}
}
}
Run in terminal:
claude mcp add tensor-framework npx -y Cmtovar/tensor-framework
Add to .cursor/mcp.json:
{
"mcpServers": {
"tensor-framework": {
"command": "npx",
"args": [
"-y",
"Cmtovar/tensor-framework"
]
}
}
}