MCP Configgeneral
empty-template MCP Config
MCP server configuration from nrwl/empty-template
.mcp.json
{
"mcpServers": {
"nx-mcp": {
"type": "stdio",
"command": "npx",
"args": ["nx", "mcp"]
}
}
}
MCP server configuration from nrwl/empty-template
{
"mcpServers": {
"nx-mcp": {
"type": "stdio",
"command": "npx",
"args": ["nx", "mcp"]
}
}
}